Skip to content

Commit

Permalink
chore(repo): 🔧 fix version numbers and add semantic release
Browse files Browse the repository at this point in the history
Add conventional commit and semantic release to the repository, and configure lerna to use fixed package version.
  • Loading branch information
jwulf committed Dec 14, 2023
1 parent 332d561 commit 563c4f2
Show file tree
Hide file tree
Showing 13 changed files with 17,221 additions and 9,104 deletions.
16 changes: 16 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"branches": ["main"],
"repositoryUrl": "https://github.com/camunda-community-hub/camunda-8-js-sdk.git",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
{
"path": "semantic-release-lerna",
"generateNotes": false
},
"@semantic-release/github",
"@semantic-release/git"
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"conventionalCommits.scopes": [
"repo"
]
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"version": "8.3.0",
"packages": [
"packages/*"
],
Expand Down
Loading

0 comments on commit 563c4f2

Please sign in to comment.