Skip to content

Commit

Permalink
chore: release v0.20.0-beta.0 (#867)
Browse files Browse the repository at this point in the history
* chore: release v0.20.0-beta.0

* chore: update a template for pull request message

* chore: update template for pull request message

Co-authored-by: shipjs <[email protected]>
  • Loading branch information
Eunjae Lee and shipjs authored Jun 7, 2020
1 parent 7b8b430 commit 18327c8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.20.0-beta.0](https://github.com/algolia/shipjs/compare/v0.19.0...v0.20.0-beta.0) (2020-06-07)



# [0.19.0](https://github.com/algolia/shipjs/compare/v0.18.4...v0.19.0) (2020-05-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.19.0",
"version": "0.20.0-beta.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.19.0",
"version": "0.20.0-beta.0",
"scripts": {
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
Expand Down Expand Up @@ -30,4 +30,4 @@
"all-contributors-cli": "6.15.0",
"lerna": "3.22.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.19.0",
"version": "0.20.0-beta.0",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ describe('defaultConfig', () => {
});
expect(message).toMatchInlineSnapshot(`
"This pull request prepares the following release:
| Package | Branch | Update | Change |
| Repository | Branch | Update | Change |
|---|---|---|---|
| [shipjs](https://github.com/algolia/shipjs) | master → releases/v0.1.1 (current) → master | patch | [\`0.1.0\` → \`0.1.1\`](https://github.com/algolia/shipjs/compare/v0.1.0...releases/v0.1.1) |
| [shipjs](https://github.com/algolia/shipjs) | releases/v0.1.1 | patch | [\`0.1.0\` → \`0.1.1\`](https://github.com/algolia/shipjs/compare/v0.1.0...releases/v0.1.1) |
### Release Summary
This is going to be published with the following command:
Expand Down
5 changes: 2 additions & 3 deletions packages/shipjs-lib/src/lib/config/defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default {
title,
}) => {
const repoLink = `[${repo}](${repoURL})`;
const branchFlow = `${baseBranch}${stagingBranch} (current) → ${destinationBranch}`;
const diffLink = `[\`${currentVersion}\` → \`${nextVersion}\`](${diffURL})`;
const publishCommandsTable =
typeof publishCommands === 'string'
Expand All @@ -60,9 +59,9 @@ After that, a commit \`${title}\` will be added and you or your CI can run \`shi

const message = `
This pull request prepares the following release:
| Package | Branch | Update | Change |
| Repository | Branch | Update | Change |
|---|---|---|---|
| ${repoLink} | ${branchFlow} | ${releaseType} | ${diffLink} |
| ${repoLink} | ${stagingBranch} | ${releaseType} | ${diffLink} |
### Release Summary
This is going to be published with the following command:
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.19.0';
export default '0.20.0-beta.0';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.19.0",
"version": "0.20.0-beta.0",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.19.0",
"shipjs-lib": "0.20.0-beta.0",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.19.0';
export default '0.20.0-beta.0';

0 comments on commit 18327c8

Please sign in to comment.