Skip to content

Commit

Permalink
chore: make publish only create one commit
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Feb 17, 2024
1 parent 992c9d5 commit 4c20b4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ module.exports = function (grunt) {
'exec:git:merge:develop --strategy-option theirs', // Merge develop into master
// 'default', // Run default task, grunt
// 'exec:updateTranslations', // Update translations

'exec:bumpVersion', // Update version in pyproject.toml

'exec:commitChangedFiles:yes', // Commit the updates to translations and grunt

'exec:gitListChanges', // List changes from since last tag

'exec:gitListTags', // Get list of tags
'_genchanges:yes', // Generate changelog
'exec:commitChangedFiles:yes', // Commit the changelog
Expand Down

0 comments on commit 4c20b4c

Please sign in to comment.