Skip to content

Commit

Permalink
tools/tizonia-prepare-release : minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrubio committed Jan 16, 2017
1 parent 0b93a5d commit e1b2325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/tizonia-prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ function main {
update_debian_changelog_files

# Do the following manual steps at this point
# 7.- Update README.md (as needed).
# 8.- Close github issue: release v0.x.x
# 9.- Create release and tag on GitHub.
# 7.- Update README.md (as many changes as needed).
# 8.- Close github issue: release vx.x.x
# 9.- Create release and tag it on GitHub.

update_changelog

# Now Delete the tag in, push the changes to CHANGELOG.md and re-create the tag
# Now Delete the tag on Github, push the changes to CHANGELOG.md and re-create the tag
# $ git tag -l
# $ git tag -d v0.2.0
# $ git push origin :refs/tags/v0.2.0
Expand Down

0 comments on commit e1b2325

Please sign in to comment.