We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9d9eef + 9f16c5f commit 0718463Copy full SHA for 0718463
pom.xml
@@ -11,7 +11,7 @@
11
<organization>
12
<name>Diamond Light Source</name>
13
</organization>
14
- <version>2.15.0</version>
+ <version>2.15.1</version>
15
16
<packaging>bundle</packaging>
17
release.sh
@@ -24,7 +24,7 @@ git add .
24
git commit -m "updating version to $NEW_VERSION"
25
26
echo "releasing version $NEW_VERSION"
27
-git tag v$NEW_VERSION
28
-git push origin v$NEW_VERSION --tag
+git tag refs/tags/v$NEW_VERSION
+git push origin refs/heads/v$NEW_VERSION --tag
29
30
echo "you currently need to manually merge back into master"
0 commit comments