Skip to content

Commit

Permalink
Add back release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 8, 2024
1 parent da1d962 commit 5b0d9e0
Show file tree
Hide file tree
Showing 3 changed files with 1,665 additions and 55 deletions.
24 changes: 24 additions & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
'use strict';

module.exports = {
hooks: {
'after:bump': 'pnpm build'
},
plugins: {
'@release-it-plugins/workspaces': {
workspaces: ['shepherd.js']
},
'@release-it-plugins/lerna-changelog': {
infile: 'CHANGELOG.md'
}
},
git: {
tagName: 'v${version}'
},
github: {
release: true,
tokenRef: 'GITHUB_AUTH',
assets: ['dist/**/*.css', 'dist/**/*.js', 'dist/**/*.ts', 'dist/**/*.map']
},
npm: false
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@release-it-plugins/workspaces": "^4.2.0",
"autoprefixer": "^10.4.16",
"cypress": "^13.6.2",
"cypress-plugin-tab": "^1.0.5",
Expand All @@ -40,6 +42,7 @@
"postcss": "^8.4.33",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.1.1",
"release-it": "^17.1.1",
"release-plan": "^0.8.0",
"replace": "^1.2.2",
"shepherd.js": "workspace:*",
Expand Down
Loading

0 comments on commit 5b0d9e0

Please sign in to comment.