Skip to content

Commit

Permalink
Clarify redmine release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Mar 8, 2019
1 parent 3b2fd8a commit 3f53627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,11 +966,11 @@ docker exec -it redmine bash
```bash
sed -i 's/3.4.7/4.0.0/' VERSION README.md docker-compose-mysql.yml Dockerfile docker-compose.yml
vim Changelog.md # Update change log
make
make release
sudo rm -rf /srv/docker/redmine/ # Clean old run
docker-compose down
docker-compose build
docker-compose up # Test new build
git add -p
git ci -sS -m "release: $(cat VERSION)"
git tag $(cat VERSION) -m "$(cat VERSION)"
git push origin master:master
Expand Down

0 comments on commit 3f53627

Please sign in to comment.