Commit Graph

65 Commits

Author SHA1 Message Date
cc3fabdaa2 refactor(gitlab_release): Use Short commit SHA1 in main changelog link to gitlab
#1
2021-08-04 12:24:02 +09:30
4453b433c8 build(version): bump version 0.2.0 → 0.2.1 2021-08-04 02:49:45 +00:00
588698df26 fix(gitlab_release): Correctly fetch the CI_PROJECT_URL for the environment 2021-08-04 12:05:01 +09:30
856f2e1770 build(version): bump version 0.1.0 → 0.2.0 2021-08-04 02:24:12 +00:00
287b4c954d feat(gitlab_release): Include code refactor as part of the changelog
#1
2021-08-04 11:50:41 +09:30
eebe8e30dc docs(gitlab_release): Include custom command instructions
#1
2021-08-04 11:48:28 +09:30
7a69685b53 refactor(gitlab_release): Dont conduct any release, git push or tag delete if the version was not bumped
Without this change the job would have failed due to no actual changes being made and the logic attemping to make the same existing changes.
2021-08-04 11:29:22 +09:30
72e8b6c84d refactor(gitlab_release): build gitlab commit url for changelog so that there is a weblink to the changes
The mirror on github, did not have the commit hashes as links to the commit.

Now a full gitlab commit URL is built as part of the changelog.

#1
2021-08-04 11:16:44 +09:30
6d34977426 build(version): bump version 0.0.1 → 0.1.0 2021-08-04 01:33:47 +00:00
80ca3618ee fix(gitlab_release): A 'feat' commit must do a MINOR bump to version
issue #1
2021-08-04 11:00:19 +09:30
ed5be7fd3c fix(gitlab_release): ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting
#1
2021-08-04 10:46:25 +09:30
2035ed27af refactor(gitlab_release): use 'git log' to get current commit hash
issue #1
2021-08-04 10:44:57 +09:30
7706085b09 fix(gitlab_release): All tasks run as part of script including user custom script
Job would suceed if anything failed in after_script.

#1
2021-08-04 10:43:25 +09:30
1446c28ed2 fix(gitlab_release): Use a user token to access the git repo for pushing commits back
#1
2021-08-04 10:40:46 +09:30
6678a3dbab feat(git_release): Migrated from ansible-roles
Mibrated from
    commit: 295fe5b1db

After migration, updated for gitlab-ci.

Changes to be committed:
	new file:   gitlab_release/.gitlab-ci.yml
	new file:   gitlab_release/README.md
	new file:   gitlab_release/python-module/cz_nfc/cz_nfc.py
	new file:   gitlab_release/python-module/cz_nfc/setup.py
	new file:   gitlab_release/requirements.txt

issue #1
2021-08-03 15:48:35 +09:30