Skip to content

Commit

Permalink
Merge pull request #1335 from liferay/wincent/streamline-releases
Browse files Browse the repository at this point in the history
feat: prepare to streamline releases with liferay-js-publish (#1334)
  • Loading branch information
wincent authored Oct 8, 2019
2 parents acdeb4d + 6baccbf commit 5795cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Make `yarn version` produce the right commit message and tag for this package.
version-tag-prefix "v"
version-git-message "chore: prepare v%s release"
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"lint:changed": "git ls-files -mz 'src/*.js' 'src/*.jsx' | xargs -0 eslint",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx}'",
"lint:quiet": "eslint --quiet 'src/**/*.{js,jsx}'",
"postversion": "npx liferay-js-publish",
"prepublishOnly": "yarn check:version && yarn format:check && yarn test",
"preversion": "yarn format:check && yarn lint && yarn build",
"start": "webpack-dev-server --config webpack.dev.js",
"test": "karma start karma.js",
"test:debug": "karma start karma.js --debug",
Expand Down

0 comments on commit 5795cf6

Please sign in to comment.