Skip to content

Commit

Permalink
update release scrtipts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Sep 12, 2022
1 parent aba78e0 commit 3227c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/RELEASE_DOC.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## To release a new version.

1. Update version number in `scripts/release-sources.sh`
1. Commit all other changes and push them

2. Commit all other changes and push them
2. Update version number in `scripts/release-sources.sh`

3. `./scripts/release_sources.sh`

Expand Down
2 changes: 1 addition & 1 deletion scripts/release_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail
echo "Did you update version number before running this script ?"
# exit -1
######################
VERSION="0.4"
VERSION="0.5"
######################

echo $VERSION > VERSION
Expand Down

0 comments on commit 3227c91

Please sign in to comment.