Skip to content

Commit

Permalink
Merge pull request #644 from ckeditor/i/7302
Browse files Browse the repository at this point in the history
Feature (env): Release commit will trigger a Continuous Integration service. Closes ckeditor/ckeditor5#7302.
  • Loading branch information
pomek authored May 31, 2020
2 parents b9b7608 + 6bef61b commit e3495c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ module.exports = function bumpVersions( options ) {

log.info( '\nCommitting and tagging changes...' );

exec( `git commit --message "Release: v${ releaseDetails.version }. [skip ci]"` );
exec( `git commit --message "Release: v${ releaseDetails.version }."` );
exec( `git tag v${ releaseDetails.version }` );

if ( dryRun ) {
Expand Down

0 comments on commit e3495c8

Please sign in to comment.