Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup automated releases #3

Open
jachinte opened this issue Oct 7, 2019 · 2 comments
Open

Setup automated releases #3

jachinte opened this issue Oct 7, 2019 · 2 comments
Labels
CI The issue is related to continuous integration feature Create a new feature

Comments

@jachinte
Copy link
Member

jachinte commented Oct 7, 2019

No description provided.

@jachinte jachinte added CI The issue is related to continuous integration feature Create a new feature labels Oct 7, 2019
@jachinte
Copy link
Member Author

jachinte commented Oct 8, 2019

Option 1 is gradle-gitflow. It assigns a pre-release version based on the closest tag and the type of branch. It does not increase/decrease the version on merge, which would be ideal. e.g., every time a feature is merged into develop, the minor version should increase.

@jachinte
Copy link
Member Author

jachinte commented Oct 8, 2019

Option 2 is gradle-semantic-build-versioning. It is not integrated with git-flow but it does bump the version automatically, which is what I wanted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI The issue is related to continuous integration feature Create a new feature
Projects
None yet
Development

No branches or pull requests

1 participant