-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-3372) Create rake task for tag compare (#83)
Created a rake task to identify simp puppet modules for which a new version is warranted. This task fails on a variety of version problems, so it be used as a lint task in CI. SIMP-3372 #close
- Loading branch information
1 parent
6ee9615
commit fa66e82
Showing
3 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
### 3.7.0 / 2017-07-10 | ||
* Added compare_latest_tag task | ||
|
||
### 3.6.0 / 2017-07-03 | ||
* Added changelog_annotation task | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ module Simp; end | |
module Simp::Rake; end | ||
|
||
class Simp::Rake::Helpers | ||
VERSION = '3.6.0' | ||
VERSION = '3.7.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters