Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jib-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0.28.1-SNAPSHOT
version = 0.28.2-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This manual version bump appears to be a post-release task. The net.researchgate.release plugin, which is already configured in jib-core/build.gradle, can automate this process. Relying on manual version updates is error-prone. I recommend leveraging the release plugin to handle versioning automatically. This would typically involve a command like gradle release which would create a release commit/tag and a subsequent commit for the next development version, leading to a more robust and consistent release process.

Loading