Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
University of Michigan Fencing
club-theme
Commits
540f27bf
Commit
540f27bf
authored
May 05, 2016
by
key-amb
Browse files
Add make release task
parent
5f1582b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
540f27bf
.PHONY
:
release
VERSION
:=
$(
shell
cat
VERSION.txt
)
release
:
git commit
-m
$(VERSION)
git tag
-a
v
$(VERSION)
-m
$(VERSION)
git push origin v
$(VERSION)
git push origin master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment