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

Updated release workflow and reverted changes from last failed publish #151

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

CalebGerman
Copy link
Collaborator

@CalebGerman CalebGerman commented Jan 17, 2025

Added debugging output after release action and adjusted flags for release action.

Fixes the publishing issue. Trigger must be on pushes to master only.

When a Pr gets merged into the master, that causes a version update, i.e., has a changeset.

A workflow will pick up and create a release branch if not already created.

The release branch will version the package and update the change log. Once the release branch merges into the master again, a package update will be detected, a tag and release will be created, and the npm package will be published.

If the release branch is present and active and new changes are merged into the master from the dev branches, the release branch will be updated, and no package release will be triggered until the release branch is merged.

The error causing the failure was due to a manual trigger. This is supposed to work off pushes to master only. So, I removed the manual trigger and added debugging logs.

@CalebGerman CalebGerman requested a review from a team as a code owner January 17, 2025 21:54
Copy link

changeset-bot bot commented Jan 17, 2025

🦋 Changeset detected

Latest commit: edaddc2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@itwin/changed-elements-react Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

diegopinate
diegopinate previously approved these changes Jan 17, 2025
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.

2 participants