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

feat(pre-publish script): Add pre-publish shell script to support standard-version prerelease #57

Merged
merged 16 commits into from
Dec 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): 2.87.0-standard-version-script.1
  • Loading branch information
iamgarima committed Dec 7, 2018
commit f5bb771a35b4b5ce9a89fb54d35b6fdd7ba36bd0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.87.0-standard-version-script.1"></a>
# [2.87.0-standard-version-script.1](https://github.com/quintype/quintype-node-framework/compare/v2.87.0-standard-version-script.0...v2.87.0-standard-version-script.1) (2018-12-07)



<a name="2.87.0-standard-version-script.0"></a>
# [2.87.0-standard-version-script.0](https://github.com/quintype/quintype-node-framework/compare/v2.87.0-git.0...v2.87.0-standard-version-script.0) (2018-12-07)

2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@quintype/framework",
"version": "2.87.0-standard-version-script.0",
"version": "2.87.0-standard-version-script.1",
"description": "Libraries to help build Quintype Node.js apps",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm install && npm test && git diff --quiet && npx standard-version --prerelease && git push --follow-tags origin",
"prepublishOnly": "./bin-dev-scripts/standard-version-release.sh",
"test": "NODE_ENV=test npx mocha --recursive --require ./test/babel",
"watch-test": "NODE_ENV=test npx mocha --recursive --watch --require ./test/babel",
"coverage": "nyc --all npm test",