Skip to content

Release flow based on npm version#29

Merged
ehdr merged 1 commit intomainfrom
ehdr/update-release-flow
Jun 11, 2025
Merged

Release flow based on npm version#29
ehdr merged 1 commit intomainfrom
ehdr/update-release-flow

Conversation

@ehdr
Copy link
Contributor

@ehdr ehdr commented Jun 10, 2025

No description provided.

git tag modal-go/v$VERSION
git push --tags
GOPROXY=proxy.golang.org go list -m github.com/modal-labs/libmodal/modal-go@v$VERSION
npm version patch # will build, bump the version, commit, tag, push, and npm publish
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't actually see where we're bumping the version here for JS but I could be missing it!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, there's https://docs.npmjs.com/cli/v8/commands/npm-version

So npm version minor would also work. Nice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes exactly! Somewhat magic...

@ehdr ehdr merged commit a447216 into main Jun 11, 2025
4 checks passed
@ehdr ehdr deleted the ehdr/update-release-flow branch June 11, 2025 02:07
billyb2 pushed a commit to depot/libmodal that referenced this pull request Jul 16, 2025
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.

3 participants