mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 00:22:34 +01:00
Add build scripts.
This commit is contained in:
parent
6f2275e8cb
commit
4c2857b6e8
34 changed files with 1013 additions and 0 deletions
5
releases/add-tag.sh
Executable file
5
releases/add-tag.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
# Add tag to repo of new release
|
||||
# Example: add-tag.sh v1.62
|
||||
|
||||
git tag -a $1 -m "$1"
|
||||
git push origin $1
|
||||
Loading…
Add table
Add a link
Reference in a new issue