Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 7341f231 by Tony CHEMIT at 2017-04-13T09:01:54+00:00 Update CONTRIBUTING.md [skip ci] - - - - - 1 changed file: - CONTRIBUTING.md Changes: ===================================== CONTRIBUTING.md ===================================== --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Release (without stage) +# Perform full release with no stage ``` wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash @@ -8,9 +8,7 @@ wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash ``` -# Release (with stage) - -Create stage +# Create Release stage ``` wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash @@ -20,12 +18,18 @@ wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-chan wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash ``` -And to release stage +# Release stage ``` wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash ``` +# Drop stage + +``` +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash +``` + # Regenerate changelog ``` View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7341f231a7e3ea5186d1ff53e123... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7341f231a7e3ea5186d1ff53e123... You're receiving this email because of your account on gitlab.com.