Skip to content

Commit e841545

Browse files
committed
canary
1 parent 1ca71a0 commit e841545

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Build and Release to npm
22
on:
33
push:
44
branches:
5-
- 'main'
5+
- "main"
6+
- "canary-*"
67

78
# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}
1011
cancel-in-progress: true
1112

1213
jobs:
13-
1414
release-job:
1515
runs-on: ubuntu-latest
1616
steps:

.releaserc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
branches:
22
- main
3+
- name: canary-*
4+
prerelease: true
5+
channel: canary
36
plugins:
47
- - "@semantic-release/commit-analyzer"
58
- preset: "conventionalcommits"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "camera-controls",
2+
"name": "@abernier/camera-controls",
33
"version": "0.0.0-semantic-release",
44
"author": "Yomotsu",
55
"license": "MIT",
@@ -9,7 +9,7 @@
99
"files": [
1010
"dist"
1111
],
12-
"repository": "yomotsu/camera-controls",
12+
"repository": "abernier/camera-controls",
1313
"devDependencies": {
1414
"@rollup/plugin-replace": "^6.0.2",
1515
"@rollup/plugin-typescript": "^12.1.4",

0 commit comments

Comments
 (0)