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
It is possible to automate the npm publish step for releasing a new version of PowerTip with GitHub Actions. Publishing the package in this manner also has the ability to include npm package provenance. Which may be beneficial to developers who use PowerTip.
This would hopefully be one less thing to think about when publishing a new release. So it's probably a good idea to implement this via automation.
It is worth considering packing up the downloadable archive via actions as well.
Create a new GitHub Actions workflow to publish PowerTip to npm when a new tagged version is pushed.
Configure secrets
Update release-process.md document.
The text was updated successfully, but these errors were encountered:
stevenbenner
added
the
Repo
Administration tasks related to git, github, or any other non-software maintenance.
label
Feb 25, 2024
The primary feature of version 1.4.0 will be support for jQuery version 4.0.0. Other than this issue, the dev work for 1.4.0 should already be finished. But the last time I checked we only have beta versions of jQuery 4, and I am hesitant to publish a release that is based on a beta version. I would much prefer to have a release candidate of jQuery before releasing the next version of PowerTip.
So my current plan is to release 1.4.0 after the first jQuery 4 RC - assuming that they don't say anything to make me think that there will be a chain subsequent RCs, or that the RC is unstable.
It is possible to automate the
npm publish
step for releasing a new version of PowerTip with GitHub Actions. Publishing the package in this manner also has the ability to include npm package provenance. Which may be beneficial to developers who use PowerTip.This would hopefully be one less thing to think about when publishing a new release. So it's probably a good idea to implement this via automation.
It is worth considering packing up the downloadable archive via actions as well.
The text was updated successfully, but these errors were encountered: