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.
1 parent 380626e commit 8d53271Copy full SHA for 8d53271
support/release.sh
@@ -84,7 +84,7 @@ then
84
85
# Tags
86
git tag "v${version}"
87
- git tag "v${edge_version}"
+ git tag "edge-v${edge_version}"
88
git push --tags
89
90
# TODO (pitr-ch 16-Dec-2016): Release
0 commit comments