-
Notifications
You must be signed in to change notification settings - Fork 5
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
workflow fixes and improvements #88
Conversation
Tested on the puppetlabs-mysql module: |
72bdf7c
to
9623061
Compare
the previous commit fixed tagging releases with light tags this commit supports re-tagging the old releases, and creating releases for tags that dont have releases.
Tested on puppetlabs-puppetdb, published a previously tagged but unreleased version to the forge: |
Release made by workflow with updated release notes format: |
New annotated tag example: current git show v8.0.1
commit 99cbeead2f7a2b2772ca59264121927e7416b1e2 (tag: v8.0.1)
Merge: 94ccecb 6fcd9cb
Author: Jeffrey Clark <[email protected]>
Date: Thu May 2 17:55:15 2024 -0500
Merge pull request #403 from puppetlabs/release-prep
Release prep v8.0.1 new $ git show v8.1.0
tag v8.1.0
Tagger: GitHub Actions <[email protected]>
Date: Tue May 7 09:17:06 2024 -0500
- Add a fact with PuppetDB version #404 @rwaffen
- Restrict configuration file permissions #343 @smortex
- Hide passwords from output #320 @gfa
- set encoding when creating the DB #359 @elfranne
- cron puppetdb-dlo-cleanup requires package #321 @glennaaldering
commit 0a934def95f46512d696ba4b9b0cee305fd4fe4d (HEAD -> main, tag: v8.1.0, upstream/main, origin/main, origin/HEAD)
Merge: dc991dc 335284c
Author: Jeffrey Clark <[email protected]>
Date: Tue May 7 09:17:06 2024 -0500
Merge pull request #405 from puppetlabs/release-prep
Release prep v8.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @h0tw1r3 !!
Workflows currently generate a lot of unnecessary action noise on forked repos.