Skip to content

Commit

Permalink
chore: release beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecollier committed Jan 12, 2024
1 parent 186a786 commit 01019d1
Show file tree
Hide file tree
Showing 4 changed files with 705 additions and 702 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Publish packages
if: steps.checkTag.outputs.exists == 'false'
run: |
npm publish
npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/dynamic-labs/dynamic-doctor/issues"
},
"version": "0.0.5",
"version": "0.1.0-beta.0",
"license": "MIT",
"bin": {
"dynamic-doctor": "./dist/index.js"
Expand Down Expand Up @@ -43,6 +43,7 @@
"commander": "^10.0.1",
"enquirer": "^2.4.1",
"node-fetch": "2.6.12",
"semver": "^7.3.8",
"pug": "^3.0.2"
},
"devDependencies": {
Expand Down Expand Up @@ -74,7 +75,6 @@
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"semver": "7.3.8",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
'child_process',
'chalk',
'fs/promises',
'semver',
],
plugins: [
commonjs(),
Expand Down
Loading

0 comments on commit 01019d1

Please sign in to comment.