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
POTTIER Francois
fix
Commits
0b95c3fa
Commit
0b95c3fa
authored
Dec 31, 2021
by
POTTIER Francois
Browse files
Add [make undo].
parent
01a8f863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0b95c3fa
...
...
@@ -162,3 +162,9 @@ release:
publish
:
# Publish an opam description.
@
opam
publish
-v
$(DATE)
$(THIS)
$(ARCHIVE)
.
.PHONY
:
undo
undo
:
# Undo the last release (assuming it was done on the same date).
@
git
tag
-d
$(DATE)
@ git push -u origin
:
$(DATE)
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