Skip to content

Commit 40701fb

Browse files
Main simplify release (#96)
* get full git history first * remove deprecated auth warning * use pnpm publish instead of npm * @instructure.ai/[email protected] * lint * @instructure.ai/[email protected] * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * update build script * properly invoke custom build script * simplify release script * exit early when no change in ./apps * easier PR prefix validation * use fetch-depth: 0 * robust git dif * use proper exit codes * use conditional yaml * @instructure.ai/[email protected] * don't force push tags * @instructure.ai/[email protected] * use workflow_run as trigger. * @instructure.ai/[email protected] * gh requirestoken. * @instructure.ai/[email protected] * shared-configs has no bundle * @instructure.ai/[email protected] * update permissions * @instructure.ai/[email protected] --------- Co-authored-by: Copilot <[email protected]>
1 parent a53d852 commit 40701fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
permissions:
1010
id-token: write
11-
contents: read
11+
contents: write
1212

1313
jobs:
1414
publish:

.github/workflows/tag-on-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: write
9+
actions: write
910

1011
jobs:
1112
retag:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"vitest": "^3.2.4",
1818
"yaml": "^2.8.1"
1919
},
20-
"version": "1.1.9",
20+
"version": "1.1.10",
2121
"name": "@instructure.ai/shared-configs",
2222
"packageManager": "[email protected]",
2323
"private": true,

0 commit comments

Comments
 (0)