puppetlabs / cat-github-actions

1 stars 4 forks source link

(CONT-930) - Roll out gh-changelog #42

Closed jordanbreen28 closed 1 year ago

jordanbreen28 commented 1 year ago

This PR:

It's worth mentioning that for the time being there is no autoversioning, so modules will need to have a manual version value passed to the workflow run. (similar to the process already used for tooling)

jordanbreen28 commented 1 year ago

example of module_release_prep working here

chelnak commented 1 year ago

I wonder if it's time to standardise workflow naming across modules now?

For example:

auto_release => release_prep

jordanbreen28 commented 1 year ago

I wonder if it's time to standardise workflow naming across modules now?

For example:

auto_release => release_prep

It would make more sense @chelnak, auto_release always seemed to be a weird name for it I thought 💯

jordanbreen28 commented 1 year ago

gh release create v{{ github.events.inputs.version }} --title v{{ github.events.inputs.version }} -F OUTPUT.md seen working: unknown

chelnak commented 1 year ago

Yay! 🎉