Skip to content

Commit

Permalink
chore(deps-dev): Bump semantic-release from 22.0.0 to 22.0.5 (#265)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump semantic-release from 22.0.0 to 22.0.5

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.0 to 22.0.5.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v22.0.0...v22.0.5)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
dependabot[bot] and ankurdotb authored Sep 26, 2023
1 parent a379443 commit 5e06ff5
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 600 deletions.
37 changes: 0 additions & 37 deletions .github/linters/.commitlint.rules.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
],
"tagFormat": "${version}",
"ci": true,
"preset": "conventionalcommits",
"plugins": [
[ "@semantic-release/commit-analyzer",
{
"parserOpts": "./.github/linters/.commitlint.rules.js",
"preset": "conventionalcommits",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand All @@ -41,6 +40,7 @@
],
[ "@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": true
}
],
Expand Down
Loading

0 comments on commit 5e06ff5

Please sign in to comment.