Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Fixes Grunt Configuration for Automated Releases by Tags (#121)
Browse files Browse the repository at this point in the history
* Fixes Grunt Release Task to Run on HEAD for GitHub Action (#120)

* Fixes Grunt Release Configuration for Automated Releases
  • Loading branch information
timnolte authored Mar 18, 2021
1 parent 5f2cac7 commit 43b537e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ module.exports = function (grunt) {
checkrepo: {
deploy: {
tagged: true, // Check that the last commit (HEAD) is tagged
clean: true // Check that working directory is clean
tag: {
eq: '<%= pkg.version %>' // Check if highest repo tag is equal to pkg.version
}
}
},

Expand Down

0 comments on commit 43b537e

Please sign in to comment.