Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
pull_request:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "token-transform-action",
"version": "1.0.0",
"description": "GitHub Action to transform design tokens using Style Dictionary",
"name": "transform",
"version": "0.0.0",
"description": "GitHub Action to transform design tokens using Terrazzo",
"main": "dist/index.cjs",
"scripts": {
"start": "ncc run src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
branches: ["main"],
branches: ["main", { name: "next", prerelease: true }],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down