accordproject / concerto

Business schema language and runtime
https://concerto.accordproject.org
Apache License 2.0
122 stars 107 forks source link

chore(actions): publish v3.19.1 to npm #909

Closed sanketshevkar closed 2 months ago

sanketshevkar commented 2 months ago

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.

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

Author Checklist

sanketshevkar commented 2 months ago

Please avoid force pushes!

Apologies will take care of that.