Skip to content

Add automatic release workflows#257

Merged
fendor merged 5 commits into
masterfrom
wip/fendor/automatic-release-flow
Jun 14, 2026
Merged

Add automatic release workflows#257
fendor merged 5 commits into
masterfrom
wip/fendor/automatic-release-flow

Conversation

@fendor

@fendor fendor commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@fendor fendor force-pushed the wip/fendor/automatic-release-flow branch from 2d649b7 to e78279b Compare June 14, 2026 09:47
@fendor fendor force-pushed the wip/fendor/automatic-release-flow branch from 5fb4e34 to 44d199e Compare June 14, 2026 10:34
@fendor fendor requested a review from sheaf June 14, 2026 10:42
@sheaf

sheaf commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Really good to automate the release process so that we don't have to remember how to cut a release each time. Thank you!
I'll have to trust you that it works as expected, as I've never made a release.

There is this warning in CI:

Warning: Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

@fendor

fendor commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator Author

These warnings are unrelated to the release workflows, we are using old versions for GHA. I've bumped the versions in b4db209, so these warnings in particular should be fixed now.

@fendor

fendor commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator Author

I'll have to trust you that it works as expected, as I've never made a release.

It is basically the same as the steps in the Makefile in particular make package and make publish, but I am usually a bit distrustful of Makefile and prefer the explicit commands or an npm script 😇 My next step might be to replace the Makefile with the npm script, but Ill postpone that after the next release.

@fendor fendor merged commit f002f94 into master Jun 14, 2026
3 checks passed
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.

2 participants