ansible-sshd/.github/workflows
Noriko Hosoi 65fe227276 Add changelog_to_tag.yml to .github/workflows
Description:
When a new changelog section is added to CHANGELOG.md and pushed,
changelog_to_tag.yml is triggered, which generates a new tag and
a new release.

Example of CHANGELOG.md changes:
  [v9.9.9] - 2022-12-31
  --------------------

  ### New features

  - New feature A

  ### Bug fixes

  - Bug fix B

Using this example, when the commit on CHANGELOG.md is pushed, a
new tag "v9.9.9" is added and Version v9.9.9 is released in github.
If tag "v9.9.9" already exists, the CHANGELOG.md push fails.

Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
2022-07-21 13:48:50 -07:00
..
ansible-centos-check.yml Fix various linting issues 2022-06-05 09:18:15 +01:00
ansible-debian-check.yml CI: Squash Debian targets into single file and remove the :latest 2022-04-19 17:20:27 +02:00
ansible-fedora.yml CI: Revert back to upstream roles after the git issues are fixed 2022-05-19 09:49:42 +02:00
ansible-lint.yml CI: Unbreak the ansible-lint action 2022-04-19 17:20:27 +02:00
ansible-ubuntu.yml CI: Revert back to upstream roles after the git issues are fixed 2022-05-19 09:49:42 +02:00
changelog_to_tag.yml Add changelog_to_tag.yml to .github/workflows 2022-07-21 13:48:50 -07:00