Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change versioning #48

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Change versioning #48

merged 2 commits into from
Nov 20, 2023

Commits on Nov 14, 2023

  1. Change versioning

    The current versioning is considered pre-release. Switching to use a
    slightly different format to make every release a patch release.
    
    The version of the patch release is now the epoch of the latest commit
    date merged into main
    
    Before: 0.2.1-{%Y%m%D%H%M}git{SHA}
    Now: 0.2.{%s}+{%Y%m%D%H%M}.git{SHA}
    
    The + delimits the version from metadata for the release
    tonyskapunk committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fb71b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Build and push manually

    Due to ansible/galaxy#3287 can't run the GHA
    ansible/ansible-publish-action without failing, despite the error 500,
    the collection is published, we are ignoring the 500 until fixed.
    tonyskapunk committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8d39bad View commit details
    Browse the repository at this point in the history