In order to manually trigger the PR I had merged on empty commit using another PR, but the DCO failed for the merge commit. While fixing that I lost original head of the commit tree due to a force push. Apologies for the mess.
So I manually ran the following commands to update npm package version that were triggered during the publish pipeline.
npm version --no-git-tag-version --yes --exact 3.19.1
npx lerna version --no-git-tag-version --yes --exact 3.19.1
Changes
Flags
Screenshots or Video
Related Issues
Issue #
Pull Request #
Author Checklist
[ ] Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
[ ] Vital features and changes captured in unit and/or integration tests
Closes #
In order to manually trigger the PR I had merged on empty commit using another PR, but the DCO failed for the merge commit. While fixing that I lost original head of the commit tree due to a force push. Apologies for the mess.
So I manually ran the following commands to update npm package version that were triggered during the publish pipeline.
Changes
Flags
Screenshots or Video
Related Issues
Author Checklist
--signoff
option of git commit.main
fromfork:branchname