Commit Graph

9 Commits

Author SHA1 Message Date
ccc601f641 style(cz_nfc): code quality on cz_nfc.py
#7
2021-08-12 14:42:16 +09:30
22136f7dd2 feat(gitlab_release): Toggle var added to enable switching changelog references.
using var 'CHANGELOG_FOOTER_REFERENCES' set to False when generating a changelog
with 'cz' will not add the commit footer refrences to the changelog.

issue #3
2021-08-08 15:28:00 +09:30
8699c41219 feat(gitlab_release): Add commit footer to changelog
!1 #3
2021-08-07 17:11:17 +09:30
cc3fabdaa2 refactor(gitlab_release): Use Short commit SHA1 in main changelog link to gitlab
#1
2021-08-04 12:24:02 +09:30
588698df26 fix(gitlab_release): Correctly fetch the CI_PROJECT_URL for the environment 2021-08-04 12:05:01 +09:30
287b4c954d feat(gitlab_release): Include code refactor as part of the changelog
#1
2021-08-04 11:50:41 +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
80ca3618ee fix(gitlab_release): A 'feat' commit must do a MINOR bump to version
issue #1
2021-08-04 11:00:19 +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