Skip to content

Automate publishing to npm #190

@stevenbenner

Description

@stevenbenner

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.
  • Update release-process.md document.
  • Configure secrets

Metadata

Metadata

Assignees

Labels

RepoAdministration tasks related to git, github, or any other non-software maintenance.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions