Skip to content

Commit 7044544

Browse files
authored
Merge pull request #9 from cloudinary-community/rc
Release Candidate config
2 parents b49d2d9 + faa3e09 commit 7044544

File tree

6 files changed

+845
-6
lines changed

6 files changed

+845
-6
lines changed

.github/workflows/test_and_release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ jobs:
4040
version: 7
4141
- name: Install dependencies
4242
run: pnpm install
43+
working-directory: ./svelte-cloudinary
44+
- name: Build package
45+
run: pnpm package
46+
working-directory: ./svelte-cloudinary
4347
- name: Release
4448
env:
4549
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4650
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47-
run: npx semantic-release --branches main
51+
run: npx semantic-release

docs/env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_PUBLIC_CLOUDINARY_CLOUD_NAME=colbycloud-next-cloudinary

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"@colbyfayock/semantic-release-pnpm": "^1.0.7",
99
"@semantic-release/changelog": "^6.0.1",
1010
"@semantic-release/git": "^10.0.1",
11+
"gh-release": "7.0.2",
1112
"semantic-release": "^19.0.5"
13+
},
14+
"publishConfig": {
15+
"tag": "rc"
1216
}
1317
}

0 commit comments

Comments
 (0)