Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Apr 26, 2019
1 parent 6ad8ae8 commit 6fe109c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ release-note-github: reno-lint
sed 's/\\\#/\#/g' | \
tr '\r' '\n'

release: git-pull-rebase tag-pbr release-note-news rm-dists update-po dists release-git-tag release-note-github git-commit-amend
release: git-pull-rebase tag-pbr git-commit-release-commit release-note-news rm-dists update-po dists release-git-tag release-note-github git-commit-amend

git-pull-rebase:
git checkout -f master
Expand All @@ -442,15 +442,19 @@ git-pull-rebase:
release-git-tag:
@{ \
set -x \
git commit --all -m "Release $$(pipenv run python setup.py --version | cut -d. -f1,2,3)"; \
PROJECTNAME=$$(pipenv run python setup.py --name); \
git tag -d "$$(pipenv run python setup.py --version | cut -d. -f1,2,3)"; \
git commit --all -m "Release ???"; \
PROJECTNAME=$$(pipenv run python setup.py --name); \
echo "Note: tag has been removed. Use 'make tag-pbr' to tag and push to origin"; \
}

git-commit-amend:
git commit -a --amend

git-commit-release-commit:
git commit --all -m "Release $$(pipenv run python setup.py --version | cut -d. -f1,2,3)"


# aliases to gracefully handle typos on poor dev's terminal
check: checks
devel: dev
Expand Down
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Guake
=====

(unreleased yet)
================
3.6.0
=====

Release Summary
---------------
Expand Down

0 comments on commit 6fe109c

Please sign in to comment.