Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
* main:
  chore: apply prettier
  chore(semantic-release): use default for commit-analyzer
  ci: run CI on next branch
  chore: update prettier
  chore: remove unused babel
  chore: fix type error
  refactor(deps): replace sha1 and sha1-file with hasha
  chore: organize devDependencies
  feat(deps): update dependencies
  ci(release): specify release-type
  chore: remove husky scripts
  chore: remove husky and lint-staged
  • Loading branch information
Hoishin committed Jan 2, 2024
2 parents f98f691 + 102aacf commit e678cf2
Show file tree
Hide file tree
Showing 18 changed files with 13,715 additions and 20,272 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- release/*
- next
pull_request:
branches:
- main
- release/*
- next

jobs:
lint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node

publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

10 changes: 1 addition & 9 deletions .releaserc.json
@@ -1,13 +1,5 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm"
],
"plugins": ["@semantic-release/commit-analyzer", "@semantic-release/npm"],
"branches": [
"main",
{
Expand Down

0 comments on commit e678cf2

Please sign in to comment.