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

chore(release): call release-integration workflow from release #6084

Merged
merged 2 commits into from Jan 25, 2023

Conversation

nlf
Copy link
Contributor

@nlf nlf commented Jan 24, 2023

since our releases are created from within an action by release-please the release-integration workflow doesn't get triggered. in order to make it work, we instead use workflow_call from within the release.yml

draft as this depends on npm/template-oss#269 being merged and published before it will work

this pr now updates @npmcli/template-oss and is ready for review

@nlf nlf marked this pull request as ready for review January 24, 2023 21:20
@nlf nlf requested a review from a team as a code owner January 24, 2023 21:20
@@ -12,21 +15,6 @@ on:
required: true

jobs:
Copy link
Member

Choose a reason for hiding this comment

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

This is a great! For a next step I think we could put other jobs here to run in parallel with the node-integration like sending the node PR and updating the docs.

Then once the node-integration suite is dialed in we can make the node PR job depend on that and include a link to the workflow run in the PR body.

@wraithgar wraithgar merged commit eefd119 into latest Jan 25, 2023
@wraithgar wraithgar deleted the nlf/node-integration-workflows branch January 25, 2023 14:50
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.

None yet

3 participants