Skip to content

Commit

Permalink
feat: Prepared packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Mar 12, 2024
1 parent 5baf81c commit 47d6718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
release-type: node
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: main
config-file: release-please-config.json
manifest-file: release-please-manifest.json

- name: Publish
uses: './.github/workflows/publish.yml'
Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"require": "./index.cjs"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"typescript",
Expand Down
5 changes: 1 addition & 4 deletions packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@
"require": "./tsconfig.json"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tsconfig",
"typescript",
"config",
"configuration",
"esm"
],
"author": "Eric Crowell <[email protected]>",
"author": "Eric Crowell <[email protected]> (https://do-ob.io)",
"license": "MIT",
"peerDependencies": {
"typescript": "^5"
Expand Down
4 changes: 4 additions & 0 deletions release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packages/ts-config": "0.0.0",
"packages/eslint-config": "0.0.0"
}

0 comments on commit 47d6718

Please sign in to comment.