mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add repo logging to publish task
This commit is contained in:
committed by
Nathan Sobo
parent
e60b5f8542
commit
6afb4da0cf
@@ -32,6 +32,7 @@ module.exports = (gruntObject) ->
|
||||
cp path.join(docsOutputDir, 'api.json'), path.join(buildDir, 'atom-api.json')
|
||||
|
||||
grunt.registerTask 'upload-assets', 'Upload the assets to a GitHub release', ->
|
||||
grunt.log.ok("Starting upload-assets to #{repo} repo")
|
||||
releaseBranch = grunt.config.get('atom.releaseBranch')
|
||||
isPrerelease = grunt.config.get('atom.channel') is 'beta'
|
||||
return unless releaseBranch?
|
||||
|
||||
Reference in New Issue
Block a user