branch release/3.0.0 updated (fb0d5b02 -> 29e6854a)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from fb0d5b02 update gitlab ci for release new 29e6854a update gitlab ci for release The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 29e6854ae63227a74df88e8d371347b4e2073f8a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 15:42:12 2017 +0200 update gitlab ci for release Summary of changes: .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 29e6854ae63227a74df88e8d371347b4e2073f8a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Sep 27 15:42:12 2017 +0200 update gitlab ci for release --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5f5a82f..6b0de77d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ release: - echo "Generate CHANGELOG for $VERSION " - export CHANGELOG=$(/tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" changelog) - echo "$CHANGELOG" >> CHANGELOG + - cat CHANGELOG - if [ -f CHANGELOG ]; then git add CHANGELOG; fi - git commit -a -m "release $VERSION success [skip ci]" - pwd -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm