mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-22 23:12:52 +02:00
Fix release versioning 3 (#4517)
* another attempt to fix the version packages release * more work to fix automated changeset workflow
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -41,7 +41,11 @@ jobs:
|
|||||||
uses: changesets/action@master
|
uses: changesets/action@master
|
||||||
with:
|
with:
|
||||||
# defined in package.json#scripts
|
# defined in package.json#scripts
|
||||||
version: changeset:version
|
<<<<<<< HEAD
|
||||||
|
version: changesetversion
|
||||||
|
=======
|
||||||
|
version: yarn changesetversion
|
||||||
|
>>>>>>> 06434500... more work to fix automated changeset workflow
|
||||||
publish: yarn changeset publish
|
publish: yarn changeset publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
"build": "yarn build:rollup && yarn build:next",
|
"build": "yarn build:rollup && yarn build:next",
|
||||||
"build:next": "cd ./site && next build && next export",
|
"build:next": "cd ./site && next build && next export",
|
||||||
"build:rollup": "rollup --config ./config/rollup/rollup.config.js",
|
"build:rollup": "rollup --config ./config/rollup/rollup.config.js",
|
||||||
"changeset:version": "yarn changeset version && yarn install && git add .",
|
"changesetversion": "yarn changeset version && yarn install && git add .",
|
||||||
"clean": "rimraf './packages/*/{dist,lib,node_modules}' './site/{.next,out}'",
|
"clean": "rimraf './packages/*/{dist,lib,node_modules}' './site/{.next,out}'",
|
||||||
"fix": "yarn fix:prettier && yarn fix:eslint",
|
"fix": "yarn fix:prettier && yarn fix:eslint",
|
||||||
"fix:eslint": "yarn lint:eslint --fix",
|
"fix:eslint": "yarn lint:eslint --fix",
|
||||||
|
Reference in New Issue
Block a user