Skip to content
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

Setup unstable releases #727

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Setup unstable releases #727

merged 2 commits into from
Jun 20, 2024

Conversation

NullVoxPopuli
Copy link
Contributor

We aren't ready for main to go stable, but we want to enable folks trying out Volar.

This PR will release all the public packages to npm with the unstable tag and a git sha (short abbr) attached to the end of the version number -- like how embroider does it.

All of this code was copied from the embroider repo.

@NullVoxPopuli NullVoxPopuli added the internal Changes that don't impact the published packages label Jun 20, 2024
name: "NPM Publish"
runs-on: ubuntu-latest

steps:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

it would be really nice to just not have all this yarn grossness.

- name: npm publish
run: node ./test-packages/unstable-release/publish.js
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

we need an NPM_TOKEN added to this project's settings before merge.

Copy link
Contributor

@wagenet wagenet left a comment

Choose a reason for hiding this comment

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

I'm assuming you know what you're doing 😆

@NullVoxPopuli NullVoxPopuli merged commit 0fbe14f into main Jun 20, 2024
2 of 6 checks passed
@NullVoxPopuli NullVoxPopuli deleted the setup-unstable-releases branch June 20, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes that don't impact the published packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants