Skip to content

Commit 6fd74fa

Browse files
Merge branch 'dev' into fix/icons-on-safari-macos
2 parents 0220239 + c162bc3 commit 6fd74fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1285
-36104
lines changed

.github/workflows/pre.release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
on:
2+
push:
3+
branches:
4+
- dev
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: google-github-actions/release-please-action@v3
17+
with:
18+
release-type: node
19+
package-name: package.json
20+
labels: "Release candidate"
21+
prerelease: true
22+
target-branch: stage
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
push:
3+
branches:
4+
- stage
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: google-github-actions/release-please-action@v3
17+
with:
18+
release-type: node
19+
target-branch: main
20+
package-name: package.json
21+
labels: "stable"

CHANGELOG.md

Lines changed: 228 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)