Skip to content

Commit

Permalink
No more Conventional Commits
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Mar 19, 2024
1 parent 0f1cf5a commit ac5b018
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 792 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
cache: 'npm'
- run: npm ci --audit false
- run: npm run lint
# - run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: npm run typecheck
- run: npm run test
- run: npm run package
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion commitlint.config.cjs

This file was deleted.

7 changes: 1 addition & 6 deletions guide/supporting-a-browser-or-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,4 @@ discuss it on the pull request page.

Commit and push your changes to your GitHub fork of Browserosaurus, then open a
[pull request](https://github.com/will-stone/browserosaurus/pulls) to merge your
branch into Browserosaurus' `main` branch. Please note that this repository now
follows the
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard,
and so please structure your commit messages accordingly. The example above's
commit message could look something like this:
`feat: add support for Firefox browser`.
branch into Browserosaurus' `main` branch.
Loading

0 comments on commit ac5b018

Please sign in to comment.