Skip to content

Commit

Permalink
chore: update release process and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed May 27, 2024
1 parent 23815d7 commit 26b9805
Show file tree
Hide file tree
Showing 11 changed files with 444 additions and 1,067 deletions.
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "cz-conventional-changelog"
}
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
fileMode=true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules
/.npmrc
**/node_modules
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run commitlint $1
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Genesys
Copyright (c) 2024 Genesys

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extends: [
'@commitlint/config-conventional'
]
};
8 changes: 0 additions & 8 deletions commitlint.config.ts

This file was deleted.

4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "independent",
"command": {
"version": {
"allowBranch": ["main"],
"allowBranch": [
"main"
],
"conventionalCommits": true,
"message": "chore: release",
"changelog": false,
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test",
"lint"
],
"parallel": 3
"parallel": 4
}
}
},
Expand Down
Loading

0 comments on commit 26b9805

Please sign in to comment.