Files
gitlab-ci/CHANGELOG.md
Jon Lockwood 35edb7cfc5 docs(changelog): Updated changelog to new layout
Changelog now adds issue and merge request references from the commit footer line.

!3 #3
2021-08-07 17:17:29 +09:30

6.2 KiB

v0.3.0rc1 (2021-08-04)

Documentaton / Guides

  • changelog: cb78ab82 - regenerated so that all entries use the new url format [ #1 ]

v0.3.0rc0 (2021-08-04)

Code Refactor

  • gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab [ #1 ]

Features

  • gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable [ #1 ]

v0.2.1 (2021-08-04)

Bug Fixes

  • gitlab_release: 588698df - Correctly fetch the CI_PROJECT_URL for the environment

v0.2.0 (2021-08-04)

Code Refactor

  • gitlab_release: 7a69685b - Dont conduct any release, git push or tag delete if the version was not bumped
  • gitlab_release: 72e8b6c8 - build gitlab commit url for changelog so that there is a weblink to the changes [ #1 ]

Documentaton / Guides

  • gitlab_release: eebe8e30 - Include custom command instructions [ #1 ]

Features

  • gitlab_release: 287b4c95 - Include code refactor as part of the changelog [ #1 ]

v0.1.0 (2021-08-04)

Bug Fixes

  • gitlab_release: 80ca3618 - A 'feat' commit must do a MINOR bump to version [ #1 ]
  • gitlab_release: ed5be7fd - ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting [ #1 ]
  • gitlab_release: 7706085b - All tasks run as part of script including user custom script [ #1 ]
  • gitlab_release: 1446c28e - Use a user token to access the git repo for pushing commits back [ #1 ]
  • ansible: 2a3266fb - Ensure the default ci directory is populated [ #1 ]

Code Refactor

  • gitlab_release: 2035ed27 - use 'git log' to get current commit hash [ #1 ]

Continious Integration

  • git_push_mirror: b5935056 - Push repo to github NoFussComputing/gitlab-gi [ #1 ]
  • conventional_commits: a2174104 - Add conventional commits job to check commits and MR titles [ #1 ]

Documentaton / Guides

  • README.md: 247264e3 - Added readme for the repo [ #1 ]
  • git_push_mirror: 7ffb2041 - Update workflow and typos [ #1 ]

Features

  • job_changelog: 1ecd857c - Create a changelog per job folder [ #1 ]
  • git_release: 6678a3db - Migrated from ansible-roles [ #1 ]
  • ansible: 2413daef - Added ansible validation job for linting [ #1 ]
  • git_push_mirror: 9b28ae59 - Added a job that syncs to a remote git repo [ #1 ]
  • conventional_commits: 392a200f - Added conventional commit job [ #1 ]

v0.0.1 (2021-08-03)