Skip to content

Commit

Permalink
Added package emoji to the release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Oct 8, 2016
1 parent 561af16 commit 5541aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/releasing.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var shared = require('./shared.js');
gulp.task('git-release', ['compress'], function(cb){
var pkg = require(settings.baseDir + 'package.json');
var v = 'v' + pkg.version;
var message = 'Release ' + v;
var message = ':package: Release ' + v;

updateReadmeFileSizes();

Expand Down

0 comments on commit 5541aed

Please sign in to comment.