Skip to content

Commit c0dc674

Browse files
berraknilkumar303
authored andcommitted
fix: Fixed commit format verification prompt for Windows users (#561)
* fix: Fixed commit format verification prompt for Windows users * feat: Support using a proxy to access the signing API * fix: revert changes * fix: Fixed commit format verification prompt for Windows users * fix: Fixed commit format verification prompt for Windows users
1 parent ee15598 commit c0dc674

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ If you want to use scopes then it would look more like:
159159
The commit message formatting described above is automatically enforced
160160
each time you commit to your work branch to make continuous integration smoother.
161161

162-
**If you're on Windows**, the commit message verification currently doesn't
163-
work (sorry!). You will need to commit to your branch using this command:
164-
165-
git commit --no-verify
166-
167162
## Creating a release
168163

169164
To release a new version of `web-ext`, follow these steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-plugin-flowtype": "2.20.0",
8787
"firefox-client": "0.3.0",
8888
"flow-bin": "0.33.0",
89-
"git-hooks": "1.1.1",
89+
"git-hooks-win": "1.1.11",
9090
"grunt": "1.0.1",
9191
"grunt-contrib-clean": "1.0.0",
9292
"grunt-contrib-copy": "1.0.0",

0 commit comments

Comments
 (0)