rc/semantic release #84
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modernize CI workflow
87d1df0
Don't run CI workflow on pushes to main
7bf9e79
This really doesn't do or gate anything and is just wasted runner
minutes.
fix: implement semantic-release automation
70ba741
This involves a few steps that I've kept together for easy reference as
an example:
Configure semantic release (
.releaserc.yaml)This uses a custom plugin, which I maintain, to upload with
stack uploadas the main release action.Trigger semantic release in the Release workflow
Update
package.yamlto not have a meaningful versionExcept the
2.prefix is there, so my release plugin can infer it.Update the README with release instructions
Update CHANGELOG to point to releases
This is how semantic-release folks recommend doing it. The Releases
(from now own) will have automatically-maintained changelog
information. I may backfill previous releases.