@adbayb/stack 3.0.1-next-65e8cac → 3.0.1-next-f6e2dc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -34,10 +34,11 @@ jobs:
|
|
|
34
34
|
node -e "const fs=require('fs'),pkg=JSON.parse(fs.readFileSync('package.json'));pkg.version=pkg.version+'-next-${GITHUB_SHA::7}';fs.writeFileSync('package.json',JSON.stringify(pkg,null,2)+'\n');"
|
|
35
35
|
pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec pnpm publish --tag next --no-git-checks
|
|
36
36
|
- name: Publish stable version(s)
|
|
37
|
-
uses: changesets/action@
|
|
37
|
+
uses: changesets/action@v1
|
|
38
38
|
with:
|
|
39
|
-
commit
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
publish
|
|
43
|
-
|
|
39
|
+
commit: "chore: release package(s)"
|
|
40
|
+
title: "chore: release package(s)"
|
|
41
|
+
version: pnpm release:version
|
|
42
|
+
publish: pnpm release:publish
|
|
43
|
+
env:
|
|
44
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -34,10 +34,11 @@ jobs:
|
|
|
34
34
|
node -e "const fs=require('fs'),pkg=JSON.parse(fs.readFileSync('package.json'));pkg.version=pkg.version+'-next-${GITHUB_SHA::7}';fs.writeFileSync('package.json',JSON.stringify(pkg,null,2)+'\n');"
|
|
35
35
|
pnpm --filter="!." --filter="!./applications/*" --filter="!./examples/*" --filter="!./tools/*" --recursive exec pnpm publish --tag next --no-git-checks
|
|
36
36
|
- name: Publish stable version(s)
|
|
37
|
-
uses: changesets/action@
|
|
37
|
+
uses: changesets/action@v1
|
|
38
38
|
with:
|
|
39
|
-
commit
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
publish
|
|
43
|
-
|
|
39
|
+
commit: "chore: release package(s)"
|
|
40
|
+
title: "chore: release package(s)"
|
|
41
|
+
version: pnpm release:version
|
|
42
|
+
publish: pnpm release:publish
|
|
43
|
+
env:
|
|
44
|
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|