Added support for build number in Github Actions by rand0m86 · Pull Request #228 · git-commit-id/git-commit-id-plugin-core
Navigation Menu
{{ message }}
git-commit-id / git-commit-id-plugin-core Public
- Notifications You must be signed in to change notification settings
- Fork 14
Merged
Added support for build number in Github Actions#228
TheSnoozer merged 3 commits intogit-commit-id:masterfrom
Added support for build number in Github Actions#228
TheSnoozer merged 3 commits intogit-commit-id:masterfrom
Conversation
Copy link Copy Markdown
rand0m86
commented
May 16, 2025
rand0m86
commented
Context
Added support for determining the build number on Github Actions. Apparently it was not that easy task when the initial support was added.
Contributor Checklist
- Added relevant integration or unit tests to verify the changes
- Update the Readme or any other documentation (including relevant Javadoc)
- Ensured that tests pass locally:
mvn clean package - Ensured that the code meets the current
checkstylecoding style definition:mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B
mahasv added 2 commits
May 16, 2025 10:09
rand0m86
mentioned this pull request
TheSnoozer reviewed May 16, 2025
src/main/java/pl/project13/core/cibuild/GitHubBuildServerData.java
Outdated
Show resolved
Hide resolved
src/main/java/pl/project13/core/cibuild/GitHubBuildServerData.java Outdated Show resolved Hide resolved
TheSnoozer
added this to the
next milestone
Copy link Copy Markdown
Author
rand0m86
commented
May 21, 2025
rand0m86 commented
May 21, 2025Thanks @TheSnoozer, it was quick 🙂.
Any expected day/month for the next release of the gradle plugin, by any chance?
Copy link Copy Markdown
Contributor
TheSnoozer
commented
May 21, 2025
TheSnoozer commented
May 21, 2025Nothing concrete planned :-) Let me make a release once the tests pass :-)
Copy link Copy Markdown
Contributor
TheSnoozer
commented
May 21, 2025
TheSnoozer commented
May 21, 2025Wow...I haven't done a release for quite some time now. I managed to release the git-commit-id-plugin-core part os version 6.0.0 now. I'll try to release the maven plugin with the relevant changes by the weekend.
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment