We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f7b3e commit 38febfcCopy full SHA for 38febfc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Overcommit Changelog
2
3
+## 0.61.0
4
+
5
+* Allow `ReplaceBranch` to use `skip_if`
6
+* Fix local Overcommit file merges with existing `.overcommit.yml`
7
8
## 0.60.0
9
10
* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.60.0'
+ VERSION = '0.61.0'
end
0 commit comments