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

Feature/changelog release #131

Merged
merged 5 commits into from
Jan 15, 2024
Merged

Conversation

youtous
Copy link
Contributor

@youtous youtous commented Jan 12, 2024

Description

This pull request introduces an enhanced versioning workflow and automated release process using GitHub Actions.

Release Process Highlights

  1. Create Release Branch:

    • Start a release branch: git checkout -b release/v-<version>.
  2. Update Changelog:

    • Manually update CHANGELOG.md.
    • Add entries following the Keep a Changelog format.
  3. Commit Changes:

    • Commit changes: git add CHANGELOG.md & git commit -m "Update CHANGELOG for release <version>".
  4. Create Pull Request:

    • Open a pull request from the release branch to main.
  5. Review and Merge:

    • Review and merge the pull request into main.
  6. Tag the Release:

    • Tag the release: git tag -a v-<version> -m "Release <version>" & git push origin v-<version>.
  7. Automated Release:

    • An automatic GitHub Action will publish the release.
    • It parses CHANGELOG.md, generates a release note, and attaches relevant files.
  8. Cleanup:

    • Delete the release branch: git branch -d release/v-<version>.

Example Release

Explore an example release here, ci: https://github.com/youtous/product-demos/actions/runs/7503731628/job/20429143450.

@youtous youtous marked this pull request as ready for review January 12, 2024 15:08
@willtome willtome merged commit 10f0bb4 into ansible:main Jan 15, 2024
1 check passed
l3acon pushed a commit to l3acon/product-demos that referenced this pull request Feb 19, 2024
add cjis compliance role

add to survey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants