-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needed: A GitHub Action to package and publish a new version #739
Comments
In maplibre-native workflow we settled on this workflow that checks if the version in package.json is published. If it is not published it runs the build maybe something like that would work here. Seems like it would be easier because this project doesn't really need to build anything, just run the publish steps. |
Cool! Pull requests will be reviewed. Let's see how that approach works. |
I'm in favor of GitHub release for this as well. This may be blocked by using the Not ideal, but in the short-term I can cut one-off prereleases for |
I understand the complexities. I think we need a pre-release and then a release BEFORE we merge other changes (all the Dependabot changes, etc.). Please proceed with that pre-release when you feel comfortable doing so. |
Sounds good! Can you give me a commit to prerelease from? Just want to make sure I release what you're expecting. Latest master is 13d4ac7 I'll plan on |
I need to push package.json version changes to GitHub in order to publish to the I'll use https://github.com/mapbox/node-pre-gyp/tree/mapsam/v1.1.0-pre and keep it in sync with @cclauss let me know if you'd prefer a separate ticket to request/discuss releases, just to keep this issue focused on the GitHub Action work! |
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs#packaging-workflow-data-as-artifacts
-->
The text was updated successfully, but these errors were encountered: