Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: c864680d by Tony CHEMIT at 2017-04-10T20:27:30+02:00 update builds - - - - - bdb70969 by Tony CHEMIT at 2017-04-10T20:30:54+02:00 update contribute guid - - - - - 2 changed files: - .gitlab-ci.yml - CONTRIBUTING.md Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,9 +97,8 @@ release: script: - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/$STAGE/' | bash - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/$STAGE/' | bash - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | sed 's/$1/$STAGE/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-and-release-stage.sh | sed 's/$1/$STAGE/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash latest-site: ===================================== CONTRIBUTING.md ===================================== --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,12 @@ And to release stage wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdt3/' | bash ``` +# Regenerate changelog + +``` +wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-changelog.sh | bash +``` + # Generate site ``` View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/82978f9e23555cb3948bc20eb728f816...