feat(job_changelog): Create a changelog per job folder

This will aid in users being able to see what has changed for a role.

#1
This commit is contained in:
2021-08-03 16:07:02 +09:30
parent 72fabea68f
commit 1ecd857c0b

View File

@ -10,6 +10,14 @@ stages:
include:
- local: $JOB_ROOT_DIR/conventional_commits/.gitlab-ci.yml
- local: $JOB_ROOT_DIR/git_push_mirror/.gitlab-ci.yml
- local: $JOB_ROOT_DIR/gitlab_release/.gitlab-ci.yml
Gitlab Release:
extends:
- .gitlab_release
script:
- ./sub-folder_changlog.sh
Github (Push --mirror):