Skip to content
Snippets Groups Projects
Commit 940de2d8 authored by Sam Gleske's avatar Sam Gleske
Browse files

Merge branch 'development' release v0.2.3

parents 6be4a1ba b423404e
No related branches found
No related tags found
No related merge requests found
gitlab-mirrors v0.2.3
* Adding a final catch error message to add_mirror.sh
* RELEASE file for more consistent releases.
gitlab-mirrors v0.2.2
* Safer environment variable option checking for config.sh in add_mirror.sh command.
* Added Features do README
......
RELEASE 0 → 100644
Things to do before internal release.
1. Update documentation. commit.
2. Update CHANGELOG file. commit.
3. Update VERSION file. commit.
4. Check out master and merge development into master.
5. Tag current version based on VERSION file.
6. Push master to origin.
7. Push tag to origin.
Things to do before public release.
8. Create a release branch off of public.
9. Migrate changes from latest internal release: cp -r * ~1/;cp .gitignore ~1/
10. Check out public and merge release into public (use --no-ff option)
11. Tag current version based on VERSION file.
12. Push public to origin.
13. Push tag to origin.
......@@ -336,4 +336,7 @@ elif ${svn};then
git push gitlab
git config --bool core.bare false
green_echo "All done!" 1>&2
else
red_echo "Something has gone very wrong. You should never see this message."
exit 1
fi
VERSION="v0.2.2"
VERSION="v0.2.3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment