Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 'make cutarelease' to publish new versions; use "files" for smaller published package #95

Merged
merged 4 commits into from
Nov 5, 2019

Conversation

trentm
Copy link
Contributor

@trentm trentm commented Nov 5, 2019

Fixes #94

@trentm trentm requested a review from bahamas10 November 5, 2019 23:10
@trentm trentm self-assigned this Nov 5, 2019
Copy link
Contributor

@bahamas10 bahamas10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dave - temple linux ~/dev/node-http-signature (git:trentm-issue94) $ make check
deps/javascriptlint/build/install/jsl --nologo --nosummary --conf=tools/jsl.node.conf lib/index.js lib/verify.js lib/parser.js lib/signer.js lib/utils.js
/home/dave/dev/node-http-signature/lib/index.js
/home/dave/dev/node-http-signature/lib/verify.js
/home/dave/dev/node-http-signature/lib/parser.js
/home/dave/dev/node-http-signature/lib/signer.js
/home/dave/dev/node-http-signature/lib/utils.js
deps/jsstyle/jsstyle -f tools/jsstyle.conf lib/index.js lib/verify.js lib/parser.js lib/signer.js lib/utils.js
version is: 1.3.1
[ "`cat package.json | json version`" = "`grep '^## ' CHANGES.md | head -2 | tail -1 | awk '{print $2}'`" ]
check ok

@trentm trentm merged commit dde0188 into master Nov 5, 2019
@trentm trentm deleted the trentm-issue94 branch November 5, 2019 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clean up Makefile and add 'make cutarelease' to publish new versions
2 participants