Skip to content
Snippets Groups Projects
Unverified Commit 035cf4ef authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] ability to bump snap version

parent 4fd7c1a9
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,10 @@ endif
# packaging templates
#########################################################################
bump_snap:
@sed -i 's/^version:.*$$/version: ${VERSION}/' snap/snapcraft.yaml
@sed -i 's/^.*echo .*version.txt$$/ echo ${VERSION} > $$SNAPCRAFT_PRIME\/snap\/version.txt/' snap/snapcraft.yaml
vendor_init:
@VENDOR_PATH=${VENDOR_PATH} ./branding/scripts/init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment