Skip to content

Wrap up v2 release#76

Merged
minkimcello merged 3 commits intov2from
mk/update-readmes
Apr 29, 2022
Merged

Wrap up v2 release#76
minkimcello merged 3 commits intov2from
mk/update-readmes

Conversation

@minkimcello
Copy link
Contributor

@minkimcello minkimcello commented Apr 29, 2022

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

  • Updated all readmes
  • Removed the synchronize-npm-tags and preview workflows that I was using to manually test the actions
  • Deleted the yarn action. This action was originally created to fail a workflow if there were any warnings but it's redundant now as this can be done by modifying our effection exec (for yarn install) from join to expect

Copy link
Member

@taras taras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Base automatically changed from mk/preview-plus to v2 April 29, 2022 15:09
@minkimcello minkimcello merged commit cf7c70e into v2 Apr 29, 2022
@minkimcello minkimcello deleted the mk/update-readmes branch April 29, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New and Improved Frontside Actions v2

3 participants