You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the merge of #3678, we can do the following to simplify our workflows further:
The changeset:update-changelog command can be split into two, one command for updating the changesets PR's changelog and another for updating the GitHub release's changelog. The current command does both based on the PUBLISHED flag, but we don't need this flag anymore as the workflow the command was originally written for has been split.
Consider replacing the FuelLabs/changesets-action@main action usage with simple run: | ... step-by-step flows, because both creating/updating the changesets PR and releasing the packages should be straightforward. We don't need this action's dual publish+versioning behavior anymore after chore: refactor release workflow #3678.
The text was updated successfully, but these errors were encountered:
Note
Blocked by:
After the merge of #3678, we can do the following to simplify our workflows further:
changeset:update-changelog
command can be split into two, one command for updating the changesets PR's changelog and another for updating the GitHub release's changelog. The current command does both based on thePUBLISHED
flag, but we don't need this flag anymore as the workflow the command was originally written for has been split.FuelLabs/changesets-action@main
action usage with simplerun: | ...
step-by-step flows, because both creating/updating the changesets PR and releasing the packages should be straightforward. We don't need this action's dual publish+versioning behavior anymore after chore: refactor release workflow #3678.The text was updated successfully, but these errors were encountered: