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

#27 Introduce shell script to automatically create issue branches and update pom versions. #27

Closed
thomasdarimont opened this issue Nov 18, 2013 · 0 comments
Assignees
Milestone

Comments

@thomasdarimont
Copy link

Currently every branch push / commit ends up in the same BUILD-SNAPSHOT artifact. In order to avoid potential confusion we should change the pom versions to create issue specific snapshot-builds next to the build-snapshot that is created for the master branch by a script.

thomasdarimont pushed a commit that referenced this issue Nov 18, 2013
…and update pom versions.

Previously every branch push / commit ended up in the same BUILD-SNAPSHOT artefact. In order to avoid potential confusion we now change the pom versions to create issue specific snapshot-builds next to the build-snapshot that is created for the master branch. As an example the version number in SD Commons 1.7.0.BUILD-SNAPSHOT for issue DATACMNS-42 becomes 1.7.0.DATACMNS-42-SNAPSHOT.
This is automatically performed by the new-issue-branch.sh script.

When one begins to work on a ticket just execute:
new-issue-branch.sh DATAMODULE-ISSUENUMBER

E.g.:
new-issue-branch.sh DATACMNS-42 will create a new branch issue/DATACMNS-42 
in SD Commons.
thomasdarimont pushed a commit that referenced this issue Nov 18, 2013
…and update pom versions.

Previously every branch push / commit ended up in the same BUILD-SNAPSHOT artefact. In order to avoid potential confusion we now change the pom versions to create issue specific snapshot-builds next to the build-snapshot that is created for the master branch. As an example the version number in SD Commons 1.7.0.BUILD-SNAPSHOT for issue DATACMNS-42 becomes 1.7.0.DATACMNS-42-SNAPSHOT.
This is automatically performed by the new-issue-branch.sh script.

When one begins to work on a ticket just execute:
new-issue-branch.sh DATAMODULE-ISSUENUMBER

E.g.:
new-issue-branch.sh DATACMNS-42 will create a new branch issue/DATACMNS-42 
in SD Commons.
@ghost ghost assigned thomasdarimont Nov 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants