Skip to content

Commit

Permalink
fix: semantic release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 30, 2024
1 parent 5fecc57 commit 6f0e91c
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 9 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/eslint-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "Eslint rules for Ts.ED projects",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,11 +21,6 @@
"release": "semantic-release",
"release:dryRun": "semantic-release --dry-run"
},
"release": {
"branches": [
"main"
]
},
"homepage": "https://github.com/tsedio/eslint-plugin-tsed",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,6 +63,7 @@
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.6",
"semantic-release-slack-bot": "^4.0.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process.env.SEMANTIC_RELEASE_PACKAGE = 'Eslint plugin Ts.ED'

export default {
branch: 'main',
branches: ['main'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
Expand Down
Loading

0 comments on commit 6f0e91c

Please sign in to comment.