thefrontside / actions

Collection of GitHub Actions created by Frontside
5 stars 1 forks source link

Wrap up `v2` release #76

Closed minkimcello closed 2 years ago

minkimcello commented 2 years ago

Motivation

We've been delaying finalizing the v2 release because we wanted to include tests but unfortunately it looks like we'll need to wrap this up for now and add tests (with proper mocking of package registry and octokit) at a later date.

Every action in v2 has been refactored to be very similar to v1 (in the way it's used in the workflow) so as long as you follow the readmes when upgrading from v1 to v2, you should be fine.

Here are all the pull requests that were involved in refactoring the bash actions to node:

Name PR V1 V2
publish-pr-preview #65, #69, #70, #71 README README
synchronize-npm-tags #66 README README
synchronize-with-npm #67 README README

These readme links won't be up to date until after this PR is merged

This PR will resolve #68 🥹

Approach