You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub workflow run on-demand, which will derive new (semantic) version number based on conventional-commits syntax from PRs merged since last release. It should create GitHub release and build and upload to Ansible Galaxy. (We already have workflow for that [0])
This PR changes the release GHA so that the version number is derived
from history using semantic-release github action. It create GitHub
release and uploads collection to Galaxy.
In addtion
- I had to bump ansible in requirements-dev because old ansible-galaxy
cli tool didn't work with current Ansible Galaxy API. Let's see if
integration tests pass.
- I fixed link to collection docs on GitHub.
fixes#132 and #152
SUMMARY
GitHub workflow run on-demand, which will derive new (semantic) version number based on conventional-commits syntax from PRs merged since last release. It should create GitHub release and build and upload to Ansible Galaxy. (We already have workflow for that [0])
ISSUE TYPE
COMPONENT NAME
CI
ADDITIONAL INFORMATION
Already present in EM DevRel Projects [1,2]
We're using GH action https://github.com/cycjimmy/semantic-release-action
The text was updated successfully, but these errors were encountered: