Skip to content

Commit

Permalink
revert: remove semantic-release git plugin
Browse files Browse the repository at this point in the history
This reverts commit fa82a3f.
  • Loading branch information
frbuceta committed Jun 5, 2022
1 parent 0aece50 commit 45494cb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ plugins:
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/npm"
- "@semantic-release/git"
- "@semantic-release/github"
51 changes: 43 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restify-jwt-community",
"version": "1.1.27",
"version": "1.1.29",
"description": "JWT authentication middleware for Restify",
"keywords": [
"auth",
Expand Down Expand Up @@ -47,6 +47,7 @@
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/restify-errors": "4.3.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.17.0",
Expand Down

0 comments on commit 45494cb

Please sign in to comment.