This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alignment for templated release process (#2)
* [feat] Release Process template Introducing all changes required to align with our release process * [feat] add dist target * [feat] GithubActions Update to use new release * [fix] increase golangci-lint timeout * [chore] update .gitignore with .vscode exclude * [feat] Addition of S3 upload target s3-release
- Loading branch information
1 parent
8214ef3
commit 4f73a62
Showing
5 changed files
with
411 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
|
||
# VSCode | ||
.history | ||
.vscode | ||
|
||
# Bin | ||
build/_output/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
|
||
include: | ||
- project: 'mattermost/ci/pipelines' | ||
ref: 'master' | ||
file: 'default.yml' | ||
- project: 'mattermost/ci/pipelines' | ||
ref: 'master' | ||
file: '${CI_PROJECT_NAME}/gitlab-ci.yml' |
Oops, something went wrong.