Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix: add log message to declare which branch will be created
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRaFF committed Oct 25, 2019
1 parent fa2fc47 commit 760f9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = async ({owner, repo, token}) => {
const newLineReadmeEncoded = Buffer.from(newLineReadme).toString('base64')

// create new release-branch
console.log(`try to create branch "bump-${bumpTo}"`)
await o.createBranch({
owner,
repo,
Expand Down

0 comments on commit 760f9f5

Please sign in to comment.