thefrontside / actions

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

Add monorepo support for release action (synchronize-with-npm) #54

Closed minkimcello closed 4 years ago

minkimcello commented 4 years ago

Motivation

We need to update synchronize-with-npm action for the release workflow for bigtest by adding in monorepo support. But we have no tests setup for our actions yet? I know. But we also need a release workflow up and running for the bigtest update so this is better than nothing or being forced to manually publish.

Approach

Monorepo support for this action has already been implemented in resideo/actions so I copied over the latest version of that action and undid some of the resideo-specific configurations that were hard-coded.

What's new?

Below are the changes made to synchronize-with-npm:

This vs publish-release from @resideo/actions?

This vs the old synchronize-with-npm?

Todos AFTER this PR is merged

Todos BEFORE this PR is taken out of draft mode