-
Notifications
You must be signed in to change notification settings - Fork 158
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
Automate release process #136
Comments
Hey @TrickyPi thanks for volunteering for this one! I added you as collaborator too :) |
Yeah, I received an invite link, it's so exciting |
Could we change the package version in local? it is more convenient to control the version, for example npm version major | minor | patch we can then push the tag to the remote registry to activate the GHA workflow. |
It's time to release 1.5.0? |
xhook/.github/workflows/release.yml Line 6 in 324fd78
I think we need to delete the v, Then can tag “1.5.0” |
Sorry I missed this one, npm version does a package json edit, direct commit and tag which doesn’t work well with a PR process so we’ll instead just tag, and automate the rest from there |
Will it cause some trouble? |
Ah slice from index 1, missed that sorry |
Oh, I forget to configure |
main
branch and set it as the default branchdist/
and other build files frommain
gh-pages
static hosting for direct importsmain
'spackage.json
file version to "0.0.0-git-tag"package.json
version to the current tagnpm build
gh-pages
ANDnpm publish
The text was updated successfully, but these errors were encountered: