Closed bmschmidt closed 4 months ago
Futzing with publication patterns
Consolidate GitHub Actions workflow to a single job for bumping version and publishing pre-releases using release-please.
release-please
Key points:
publish-next-tag-version
.github/workflows/npm-publish.yml
publish-next
publish-release
package.json
--preid=next
actions/checkout
v2
actions/setup-node
20
Generated with :heart: by ellipsis.dev
Futzing with publication patterns
Summary:
Consolidate GitHub Actions workflow to a single job for bumping version and publishing pre-releases using
release-please
.Key points:
publish-next-tag-version
job in.github/workflows/npm-publish.yml
.publish-next
andpublish-release
jobs.release-please
to determine the next version.package.json
with the new version and publish with--preid=next
.actions/checkout
tov2
andactions/setup-node
tov2
.20
.Generated with :heart: by ellipsis.dev