Skip to content

Commit

Permalink
update release scripts;
Browse files Browse the repository at this point in the history
  • Loading branch information
klimuts committed Jul 20, 2022
1 parent 78aff1a commit 61986bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions release/up_tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# Create a git tag according to the version of the application

version=$(cat ../src/main/resources/version)

git tag v"$version"
3 changes: 0 additions & 3 deletions release/up_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ fi

new_version=$(cat ../src/main/resources/version)

# Create an appropriate git tag
#git tag v"$new_version"

# Change the version in the Readme files
sed -i "1c\# SNX Client v$new_version" ../doc/README.md
sed -i "1c\# SNX Client v$new_version" ../README.md

0 comments on commit 61986bf

Please sign in to comment.