File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ body:
2525 - [ ] verify that `~/.gradle/gradle.properties` exists
2626 - contains gradle.publish.key, gradle.publish.secret from https://plugins.gradle.org/user/generate-key
2727 - [ ] Set release version: `bump2version patch --dry-run --verbose`
28- - [ ] Push changes and tag: `git push origin master --follow-tags`
28+ - [ ] Push changes and tag: `git push origin main --follow-tags`
2929 - [ ] wait for github actions to pass
3030 - [ ] Publish to Gradle Plugin Portal: `./gradlew publishPlugins`
3131 - [ ] verify plugin is available on https://plugins.gradle.org/plugin/io.github.git-commit-id.git-commit-id-gradle-plugin (might take some time)
3232 - [ ] Set next development version: `bump2version patch --dry-run --verbose`
33- - [ ] Push snapshot version: `git push origin master `
33+ - [ ] Push snapshot version: `git push origin main `
3434 - [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-gradle-plugin/milestones) close old milestone
3535 - [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-gradle-plugin/milestones) create new milestone for new version
3636 - [ ] under [Releases](https://github.com/git-commit-id/git-commit-id-gradle-plugin/releases) publish Release-Notes
You can’t perform that action at this time.
0 commit comments