Skip to content

Commit

Permalink
chore(deps): update various things
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jun 25, 2024
1 parent bb561d2 commit 2121f4e
Show file tree
Hide file tree
Showing 8 changed files with 13,888 additions and 13,901 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: Publish release

on:
push:
branches: [main]
branches: [dev]

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: floeproject.org
pull-request-title-pattern: "chore(release): release${component} ${version}"
3 changes: 0 additions & 3 deletions .husky/commit-message
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no lint-staged
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.2.0"
}
3 changes: 3 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"format_on_save": "off"
}
Loading

0 comments on commit 2121f4e

Please sign in to comment.