Skip to content

Commit

Permalink
updating version to 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Aug 10, 2021
1 parent e9d9eef commit 9f16c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<organization>
<name>Diamond Light Source</name>
</organization>
<version>2.15.0</version>
<version>2.15.1</version>

<packaging>bundle</packaging>

Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git add .
git commit -m "updating version to $NEW_VERSION"

echo "releasing version $NEW_VERSION"
git tag v$NEW_VERSION
git push origin v$NEW_VERSION --tag
git tag refs/tags/v$NEW_VERSION
git push origin refs/heads/v$NEW_VERSION --tag

echo "you currently need to manually merge back into master"

0 comments on commit 9f16c5f

Please sign in to comment.