You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the release process is a combination of manual steps and a shell script, which is hard to run on Windows, does not have good rollback support, etc. This task is to update this to make it a bit smoother and cross platform.
Ideally this will complete similar tasks to what currently happens:
update build version
update changelog
run tests
run build
zip up build artifacts (dist folder)
create github release (attaching build artifacts from above)
publish to npm (ensuring to make sure the dist folder exists in the publish)
Possible solutions
Can we use the standard-version package to help with any of this?
Can we use the np package to help with any of this?
Maybe both?
Any other ideas?
The text was updated successfully, but these errors were encountered:
Right now the release process is a combination of manual steps and a shell script, which is hard to run on Windows, does not have good rollback support, etc. This task is to update this to make it a bit smoother and cross platform.
Ideally this will complete similar tasks to what currently happens:
dist
folder exists in the publish)Possible solutions
The text was updated successfully, but these errors were encountered: