Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds new workflow file to provide release branches #1411

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

MelSumner
Copy link
Contributor

If merged, this PR adds https://github.com/kategengler/put-built-npm-package-contents-on-branch/ which should provide a little extra confidence for folks doing new releases (especially as we add new maintainers and update packages to use the v2/embroider guidance).

Still need to confirm some of the config settings but after that I will mark it ready for review.

@MelSumner MelSumner changed the title adds new workflow file to adds new workflow file to provide release branches Jun 9, 2023
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm run build # Add whatever you need to build your pacakage here
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is pretty close to what I'm using over here: https://github.com/NullVoxPopuli/ember-resources/blob/main/.github/workflows/push-dist.yml

but I think, because this repo is using yarn, we need these extra lines after the checkout:
https://github.com/emberjs/ember-test-helpers/blob/master/.github/workflows/ci-build.yml#L20-L21

build is not needed, because it runs as a part of prepack

Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review June 15, 2023 15:36
@NullVoxPopuli NullVoxPopuli merged commit de9e0ea into master Jun 15, 2023
@NullVoxPopuli NullVoxPopuli deleted the melsumner/add-improved-release-support branch June 15, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants