mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-12 16:16:39 +02:00
Tag the commit containing the xattrs
This commit is contained in:
parent
39f8414c24
commit
d214395dfd
1
Makefile
1
Makefile
@ -32,6 +32,7 @@ release:
|
|||||||
rm .slsa-goreleaser.yml
|
rm .slsa-goreleaser.yml
|
||||||
git add .slsa-goreleaser.yml
|
git add .slsa-goreleaser.yml
|
||||||
git commit -m "Release: finish releasing v0.`cat VERSION`" --no-verify
|
git commit -m "Release: finish releasing v0.`cat VERSION`" --no-verify
|
||||||
|
git tag v0.`cat VERSION`-xattr
|
||||||
# Tag the release
|
# Tag the release
|
||||||
gh release create v0.`cat VERSION` --generate-notes
|
gh release create v0.`cat VERSION` --generate-notes
|
||||||
# Push to trigger the releases
|
# Push to trigger the releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user