Skip to content

Commit

Permalink
fixes for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Feb 26, 2018
1 parent d2a534f commit 1ab67c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

- Upgrade browserify to 15.0.0
- fix tests
- drop `keybase dir sign` in the "release" process

## 2.0.76

Expand Down
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -120,7 +120,6 @@ release: $(BROWSER)
cp rel/kbpgp-$$V.js rel/kbpgp/ ; \
cp rel/kbpgp-$$V-min.js rel/kbpgp/ ; \
pushd rel/ ; \
zip kbpgp-$$V-signed-release.zip kbpgp/*.js kbpgp/*.md ; \
popd ; \
rm -rf rel/kbpgp

Expand Down

0 comments on commit 1ab67c7

Please sign in to comment.