Skip to content

Commit

Permalink
Create release tag after committing release changes (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Jan 13, 2023
1 parent 24bdd02 commit d75e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create_github_release/release_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ def initialize(options)
# @return [Array<Class>] The tasks that will be run to create a new Github release
#
TASKS = [
CreateGithubRelease::Tasks::CreateReleaseTag,
CreateGithubRelease::Tasks::CreateReleaseBranch,
CreateGithubRelease::Tasks::UpdateVersion,
CreateGithubRelease::Tasks::UpdateChangelog,
CreateGithubRelease::Tasks::CommitRelease,
CreateGithubRelease::Tasks::CreateReleaseTag,
CreateGithubRelease::Tasks::PushRelease,
CreateGithubRelease::Tasks::CreateGithubRelease,
CreateGithubRelease::Tasks::CreateReleasePullRequest
Expand Down

0 comments on commit d75e1e9

Please sign in to comment.