chore(release): v0.0.2
This commit is contained in:
parent
740370a3fe
commit
7ad450d45e
4
Makefile
4
Makefile
@ -149,8 +149,8 @@ release:
|
|||||||
fi
|
fi
|
||||||
@git add -A
|
@git add -A
|
||||||
@git commit -m "chore(release): v$(VERSION)"
|
@git commit -m "chore(release): v$(VERSION)"
|
||||||
@git tag v$(VERSION)
|
git tag -fa v$(VERSION) -m "Release v$(VERSION)"
|
||||||
@git push origin master
|
@git push origin master
|
||||||
@git push origin v$(VERSION)
|
git push --force origin v$(VERSION)
|
||||||
@echo "✅ Release v$(VERSION) created!"
|
@echo "✅ Release v$(VERSION) created!"
|
||||||
@echo "🔗 Go to your Gitea instance to add release notes"
|
@echo "🔗 Go to your Gitea instance to add release notes"
|
Loading…
x
Reference in New Issue
Block a user