mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
update packaging (#100)
This commit is contained in:
13
scripts/release.sh
Normal file
13
scripts/release.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
VERSION=$(cat VERSION)
|
||||
|
||||
# Clear the VERSION_SUFFIX
|
||||
cat /dev/null > VERSION_SUFFIX
|
||||
|
||||
# Update packaging, e.g., version, changelog, etc.
|
||||
./scripts/prepare-packaging.sh
|
||||
|
||||
# Commit the changes
|
||||
git commit -m "Release ${VERSION}" .
|
||||
git tag v$VERSION -a -m "Release ${VERSION}"
|
Reference in New Issue
Block a user