Class: CreateGithubRelease::Tasks::UpdateChangelog
- Inherits:
-
CreateGithubRelease::TaskBase
- Object
- CreateGithubRelease::TaskBase
- CreateGithubRelease::Tasks::UpdateChangelog
- Defined in:
- lib/create_github_release/tasks/update_changelog.rb
Overview
Update the changelog file with changes made since the last release
Instance Attribute Summary
Attributes inherited from CreateGithubRelease::TaskBase
Instance Method Summary collapse
-
#run
Update the changelog file with changes made since the last release.
Methods inherited from CreateGithubRelease::TaskBase
#backtick_debug?, #error, #initialize, #print, #puts
Methods included from BacktickDebug
Constructor Details
This class inherits a constructor from CreateGithubRelease::TaskBase
Instance Method Details
#run
This method returns an undefined value.
Update the changelog file with changes made since the last release
The changes since the last release are determined by using git log of all changes after the previous release tag up to and including HEAD.
36 37 38 39 |
# File 'lib/create_github_release/tasks/update_changelog.rb', line 36 def run update_changelog stage_updated_changelog end |