Skip to content

Commit

Permalink
feat: Independent learna versioning (#225)
Browse files Browse the repository at this point in the history
- [Independent learn
versioning](https://lerna.js.org/docs/features/version-and-publish#independent-mode)
- Reset the `ts-core` package version

Testing locally seems to only bump the changed package
<img width="675" alt="image"
src="https://github.com/differentialhq/differential/assets/9162298/bc678b5c-db6b-4141-b282-b126881f529e">
  • Loading branch information
johnjcsmith authored May 8, 2024
1 parent dc029e6 commit 910a5c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 272 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
git config --global user.name "Differential CI"
git config --global user.email "[email protected]"
- name: Version packages
run: npx lerna version --conventional-commits --yes --no-private --no-push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Version packages
# run: npx lerna version --conventional-commits --yes --no-private --create-release github
# env:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.19.0"
"version": "independent"
}
271 changes: 0 additions & 271 deletions sdk/CHANGELOG.md

This file was deleted.

0 comments on commit 910a5c7

Please sign in to comment.