Skip to content

Commit

Permalink
Merge branch 'release/2.1.39'
Browse files Browse the repository at this point in the history
* release/2.1.39:
  2.1.39
  updating release automation
  • Loading branch information
ttscoff committed Dec 20, 2023
2 parents 3cc7993 + 46c74c5 commit 5ddfb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.1.38'
VERSION = '2.1.39'
end
2 changes: 1 addition & 1 deletion pushgem.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git flow release start $ver
git flow release finish -m "v$ver" $ver
FORCE_PUSH=true git push --all
FORCE_PUSH=true git push --tags
gh release create v$ver -F current_changelog.md
gh release create $ver --title "$ver" -F current_changelog.md
git pull
git push
git checkout $(git config --get gitflow.branch.develop)
Expand Down

0 comments on commit 5ddfb81

Please sign in to comment.