Skip to content

Setup unstable releases#727

Merged
NullVoxPopuli merged 2 commits intomainfrom
setup-unstable-releases
Jun 20, 2024
Merged

Setup unstable releases#727
NullVoxPopuli merged 2 commits intomainfrom
setup-unstable-releases

Conversation

@NullVoxPopuli
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@NullVoxPopuli NullVoxPopuli deleted the setup-unstable-releases branch June 20, 2024 16:59
@github-actions github-actions Bot mentioned this pull request Mar 23, 2025
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