Skip to content

Commit

Permalink
Merge pull request #33 from diego-aquino/@diego-aquino/6-release-action
Browse files Browse the repository at this point in the history
feat(ci): release action (part 2) (#6)
  • Loading branch information
diego-aquino authored Jan 14, 2024
2 parents 7f3a107 + a507028 commit c63f280
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 22 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"scripts": {
"dev": "turbo dev --parallel --continue",
"build": "turbo build",
"release": "zimic-release",
"lint": "turbo lint:turbo",
"style": "prettier --log-level warn --ignore-unknown --no-error-on-unmatched-pattern --cache",
"style:check": "pnpm style --check .",
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
".": "./dist/index.js"
},
"bin": {
"zimic-release": "./dist/cli.js"
"release": "./dist/cli.js"
},
"scripts": {
"dev": "pnpm build --watch",
Expand Down
2 changes: 0 additions & 2 deletions packages/zimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"scripts": {
"dev": "pnpm build --watch",
"build": "tsup --onSuccess 'tsup --dts-only && rimraf *.d.ts && cp dist/*.d.ts .'",
"release": "zimic-release",
"lint": "eslint --ext 'ts,tsx' --cache --no-error-on-unmatched-pattern --fix",
"lint:turbo": "pnpm lint . --max-warnings 0",
"style": "prettier --log-level warn --ignore-unknown --no-error-on-unmatched-pattern --cache",
Expand All @@ -56,7 +55,6 @@
"@types/node": "^18.8.4",
"@zimic/eslint-config-node": "workspace:*",
"@zimic/lint-staged-config": "workspace:*",
"@zimic/release": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"dotenv-cli": "^7.0.0",
"rimraf": "^3.0.2",
Expand Down
15 changes: 0 additions & 15 deletions packages/zimic/release.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ module.exports = {
path: 'package.json',
versionKey: 'version',
},
{
path: 'packages/zimic/package.json',
versionKey: 'version',
},
],
github: {
repositoryOwner: 'diego-aquino',
Expand Down

0 comments on commit c63f280

Please sign in to comment.