Merged
Conversation
5902133 to
38f5f82
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
8d4ce2c to
b7b4df3
Compare
aeaceb5 to
dd5fc48
Compare
79507e6 to
9d52128
Compare
smelchior
reviewed
Nov 14, 2025
smelchior
approved these changes
Nov 14, 2025
9327761 to
9f358c1
Compare
9f358c1 to
a44a7a1
Compare
For OS notifications and such.
We already run whole node with --input-type=module
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why?
Closes https://verkstedt.atlassian.net/browse/VIP-87
What?
New manually triggered workflow that uses https://www.npmjs.com/package/semantic-release under the hood, but in a non–standard way:
package.json,CHANGELOG.mdandversion.txt(if it exists)) and push them. This is not recommended by semantic-release, but a common practice. A custom GitHub token is needed for this.We also do more standard things:
Review notes
Important
Remember this is a public repo. Do not discuss internal projects.
Testing
There’s a private test repo set up at https://github.com/verkstedt/actions--test it sends notifications to
#infrastructure-create-release-pr-actionslack channel.TODO before this is merged
@feat/create-releaseto@v1TODO after this is merged
verkstedt/.githubrepo. Will look something like https://github.com/verkstedt/actions--test/blob/main/.github/workflows/create-release.yaml@verkstedt/setup-repoNext steps
Whole
semantic-releasesetup could probably be extracted to separate npm package that it can be called withnpx, instead of having to be installed, but let’s do that after we prove this approach useful at all.