Skip to content

Commit 743c415

Browse files
committed
update links to git-commit-id-maven-plugin (we are not in the core module :-)
1 parent 16bad75 commit 743c415

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/new_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ body:
3333
- [ ] Push changes and tag: `git push origin master --follow-tags`
3434
- [ ] wait for github actions to pass
3535
- [ ] `mvn clean deploy -Pgpg`
36-
- [ ] verify plugin is available on (might take some time) https://repo1.maven.org/maven2/io/github/git-commit-id/git-commit-id-plugin-core/
36+
- [ ] verify plugin is available on (might take some time) https://repo1.maven.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/
3737
- [ ] Set next development version: `bump2version patch --dry-run --verbose`
3838
- [ ] Push snapshot version: `git push origin master`
39-
- [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-plugin-core/milestones) close old milestone
40-
- [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-plugin-core/milestones) create new milestone for new version
41-
- [ ] under [Releases](https://github.com/git-commit-id/git-commit-id-plugin-core/releases) publish Release-Notes
39+
- [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-maven-plugin/milestones) close old milestone
40+
- [ ] under [Milestones](https://github.com/git-commit-id/git-commit-id-maven-plugin/milestones) create new milestone for new version
41+
- [ ] under [Releases](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases) publish Release-Notes
4242
- [ ] update readme to point to the latest version available
4343
validations:
4444
required: true

0 commit comments

Comments
 (0)