Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed May 31, 2018
1 parent 48cf239 commit 9f8b35d
Show file tree
Hide file tree
Showing 6 changed files with 427 additions and 368 deletions.
17 changes: 7 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev-no-pipenv: clean
. .venv/bin/activate && pip install -r requirements.txt -r requirements-dev.txt -e .

pipenv-install-dev:
pipenv install --dev --python $(PYTHON_INTERPRETER); \
pipenv install --dev --python $(PYTHON_INTERPRETER)

ln-venv:
# use that to configure a symbolic link to the virtualenv in .venv
Expand Down Expand Up @@ -368,15 +368,11 @@ release-note: reno-lint release-note-news release-note-github
release-note-news: reno-lint
@echo "Generating release note for NEWS file"
@rm -f guake/releasenotes/notes/reno.cache
@pipenv run reno report --title "NEWS" 2>/dev/null | \
pandoc -f rst -t rst --atx-headers --columns=100 --wrap=auto --tab-stop 2 | \
tr '\n' '\r' | \
sed 's/\r-\ \ \r\r\ \ \ /\r- /g' | \
sed 's/\r\r-\ \ /\r- /g' | \
sed 's/~~\r-\ \ /~~\r\r- /g' | \
tr '\r' '\n' \
> NEWS.rst
@pipenv run python setup.py build_reno --output-file NEWS.rst.in
@grep -v -R "^\.\.\ " NEWS.rst.in | cat -s > NEWS.rst
@cat releasenotes/archive/NEWS.pre-3.0 >> NEWS.rst
@rm -f NEWS.rst.in


release-note-github: reno-lint
@echo
Expand All @@ -400,7 +396,8 @@ release-note-github: reno-lint
release: git-pull-rebase tag-pbr release-note-news rm-dists update-po dists release-git-tag release-note-github

git-pull-rebase:
@git pull --rebase
git pull --rebase
git branch master --force

release-git-tag:
@{ \
Expand Down
Loading

0 comments on commit 9f8b35d

Please sign in to comment.