Skip to content

Commit

Permalink
chore: release v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shipjs committed Jan 27, 2020
1 parent 3af7137 commit c46f9cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ module.exports = {
},
beforePublish: ({ exec }) => {
exec("cp README.md packages/shipjs/");
},
testCommandBeforeRelease: () => 'echo "No test before release"', // TODO: remove later
slack: {
releaseStart: null // TODO: remove later
}
};

Expand Down

0 comments on commit c46f9cd

Please sign in to comment.