3.2 KiB
3.2 KiB
v0.3.0rc0 (2021-08-04)
Code Refactor
- gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab
Features
- gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable
v0.2.1 (2021-08-04)
Bug Fixes
- gitlab_release: 588698df2668853a97fe60901ab324310f34f279 - Correctly fetch the CI_PROJECT_URL for the environment
v0.2.0 (2021-08-04)
Code Refactor
- gitlab_release: 7a69685b53cbe5bd7341a176bf63fd17d36bc7f0 - Dont conduct any release, git push or tag delete if the version was not bumped
- gitlab_release: 72e8b6c84defdb903c5741e3469651987769713f - build gitlab commit url for changelog so that there is a weblink to the changes
Documentaton / Guides
- gitlab_release: eebe8e30dcb11cd239f35fcb98216b2ae4d20ece - Include custom command instructions
Features
- gitlab_release: 287b4c954dddfaaf0a66af387676ea438cc80e61 - Include code refactor as part of the changelog
v0.1.0 (2021-08-04)
Bug Fixes
- gitlab_release:
80ca3618ee
- A 'feat' commit must do a MINOR bump to version - gitlab_release:
ed5be7fd3c
- ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting - gitlab_release:
7706085b09
- All tasks run as part of script including user custom script - gitlab_release:
1446c28ed2
- Use a user token to access the git repo for pushing commits back - ansible:
2a3266fb53
- Ensure the default ci directory is populated
Continious Integration
- git_push_mirror:
b593505698
- Push repo to github NoFussComputing/gitlab-gi - conventional_commits:
a2174104d1
- Add conventional commits job to check commits and MR titles
Documentaton / Guides
- README.md:
247264e36b
- Added readme for the repo - git_push_mirror:
7ffb20418c
- Update workflow and typos
Features
- job_changelog:
1ecd857c0b
- Create a changelog per job folder - git_release:
6678a3dbab
- Migrated from ansible-roles - ansible:
2413daefb1
- Added ansible validation job for linting - git_push_mirror:
9b28ae5952
- Added a job that syncs to a remote git repo - conventional_commits:
392a200fd4
- Added conventional commit job