Skip to content

Commit 8bd287e

Browse files
committed
correct branch in release workflow
1 parent e7cfb8a commit 8bd287e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/new_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)