Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/gen-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ done
echo "Prepare release for version $1"

# Update release file
RELEASE_FILE=release/RELEASE
echo -e "version: $1" > $RELEASE_FILE
RELEASE_FILE=RELEASE
sed -i '' "s/tag:.*/tag: $1/" $RELEASE_FILE

CONTENT_DIR=docs/content/en
# Render release note template
Expand Down
2 changes: 1 addition & 1 deletion hack/gen-stable-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# get version from the release/RELEASE file and create the version docs string
# get version from the RELEASE file and create the version docs string
# for example, with the release file content:
# version: v0.21.0
# the version docs string will be v0.21.x
Expand Down