Skip to content

Commit

Permalink
feat\1: add dark theme in redwood
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrade to redwood
  • Loading branch information
hinakhadim committed Jul 9, 2024
1 parent 3800a3a commit fafa0bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- quince/indigo
- redwood/indigo
jobs:
release:
name: Release
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
},
"scripts": {
"postinstall": "node postinstall.js"
},
"release": {
"tagFormat": "indigo-${version}",
"branches": [
"redwood/indigo"
]
}
}

0 comments on commit fafa0bc

Please sign in to comment.