Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
enciyo committed Jun 12, 2024
1 parent 2ece882 commit 69e7256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git fetch
# Delete all tags
git tag -l | xargs git tag -d
# Create tag read 'version' from che.properties file
version=$(grep "version" che.properties | cut -d'=' -f2)
version=$(grep "version" che/che.properties | cut -d'=' -f2)
git tag -a "$version" -m "Release $version"
git push origin "$version"
# Create a pre-release on GitHub
Expand Down

0 comments on commit 69e7256

Please sign in to comment.