Skip to content

Commit

Permalink
tag: add support for out-of-directory build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 22, 2020
1 parent 0d81fe4 commit d362356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,5 @@ sum: FORCE
# on HP/UX. There may be a better fix.

tag:
git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
git push --tags
cd "$(srcdir)" && git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
cd "$(srcdir)" && git push --tags

0 comments on commit d362356

Please sign in to comment.