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:
@ -10,6 +10,14 @@ stages:
|
|||||||
include:
|
include:
|
||||||
- local: $JOB_ROOT_DIR/conventional_commits/.gitlab-ci.yml
|
- local: $JOB_ROOT_DIR/conventional_commits/.gitlab-ci.yml
|
||||||
- local: $JOB_ROOT_DIR/git_push_mirror/.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):
|
Github (Push --mirror):
|
||||||
|
|||||||
Reference in New Issue
Block a user