👷(ci) add changeset to handle package releases and changelog

We needed a tool to automate the handling of monorepo's changelogs and
packages publishing. We want to make the CI responsible to automatically
publish bumped packages and create associated tags.
This commit is contained in:
Nathan Vasse
2023-01-26 17:52:34 +01:00
committed by NathanVss
parent 1529a5b5e7
commit e2204a1234
8 changed files with 695 additions and 71 deletions

View File

@@ -21,6 +21,9 @@
"engines": {
"node": ">=16.0.0"
},
"dependencies": {},
"dependencies": {
"@changesets/cli": "2.26.0"
},
"packageManager": "yarn@1.22.19"
}
}