Skip to content

Commit

Permalink
ci: add auto bump, change log and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-nc committed Oct 21, 2024
1 parent 3ebb7c9 commit 6238fcf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 243 deletions.
7 changes: 6 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
/**
* @type {import('@commitlint/types').UserConfig}
*/
module.exports = {
extends: ['@commitlint/config-conventional'],
};
3 changes: 3 additions & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {import('lint-staged').Config}
*/
module.exports = {
'*': 'prettier --ignore-unknown --write',
'*.ts': 'npm run lint -- --fix',
Expand Down
Loading

0 comments on commit 6238fcf

Please sign in to comment.