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 af784c4 commit b1fe965Copy full SHA for b1fe965
release/release.sh
@@ -57,12 +57,14 @@ main() {
57
cargo update --workspace
58
make regenerate-charts
59
local RELEASE_VERSION=$($CARGO_VERSION --show)
60
+ local DOCS_VERSION=$(echo "${RELEASE_VERSION}" | sed 's/^\([0-9]\+\.[0-9]\+\)\..*$/\1/')
61
62
update_changelog $RELEASE_VERSION
63
64
MESSAGE="release $RELEASE_VERSION"
65
git commit -am "release $RELEASE_VERSION"
66
git tag -a $RELEASE_VERSION -m "release $RELEASE_VERSION"
67
+ git tag -a docs/$DOCS_VERSION -m "docs $DOCS_VERSION"
68
69
else
70
#
0 commit comments