diff --git a/Creating-a-release.md b/Creating-a-release.md index 6f7434a..0357713 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -16,6 +16,7 @@ - Test the installers: koch testinstall - Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0``` +- Push the tag: ```git push origin [tagname]``` - Merge devel into master - Update csources