This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File tree 4 files changed +6
-11
lines changed 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 9
9
push :
10
10
branches :
11
11
- main
12
- - master
13
12
paths-ignore :
14
13
- ' **.md'
15
14
pull_request :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes
3
3
pull_request :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
- ' releases/*'
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
schedule :
10
10
- cron : ' 24 4 * * 6'
11
11
Original file line number Diff line number Diff line change 1
1
# Release
2
2
3
- * starting on ` master `
3
+ * starting on ` main `
4
4
* ` npm install `
5
5
* ` npm run all `
6
- * ` git checkout releases/v1 `
7
- * ` git merge master `
8
- * ` npm prune --production `
9
- * ` git add -f node_modules `
10
- * if changed dependencies ` git commit -m Dependencies && git push `
6
+ * Commit and push any changes to the ` dist ` directory. Wait for CI.
11
7
* ` git tag v1.0.x && git push --tags ` with the actual version number
12
- * ` git tag --delete v1 && git push --delete origin v1 && git tag v1 && git push --tags `
8
+ * ` git tag -f -a v1 && git push -f --tags `
13
9
* go to https://github.com/gradle/wrapper-validation-action/releases
14
10
* edit and publish the now drafted ` v1 ` release
15
11
* create a new release from the new full version number ` v1.0.x ` , list the fixed issues and publish the release
You can’t perform that action at this time.
0 commit comments