Skip to content

Commit 70c46cf

Browse files
committed
Add some debugging info to cakefile.
1 parent e5e5f05 commit 70c46cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ task 'release', 'build, tag the current release, and push', ->
183183
push_repo ['--tags'], ->
184184
console.log "Successfully tagged #{version_tag()}: https://github.com/harvesthq/chosen/tree/#{version_tag()}"
185185

186-
, untag_release
187-
, untag_release
188-
, untag_release
186+
, untag_release ('push repo with tags')
187+
, untag_release ('push repo')
188+
, untag_release ('tag release')

0 commit comments

Comments
 (0)