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.
2 parents 72e2245 + bceb040 commit 4666ef5Copy full SHA for 4666ef5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 0.3.1
4
+- Enable to change migration warning message
5
+
6
## 0.3.0
7
- Fix a bug that deploy pr messages trigger other actions also
8
- Warn when deployment pull request includes database migration
lib/ruboty/github/version.rb
@@ -2,6 +2,6 @@
module Ruboty
module Github
- VERSION = '0.3.0'
+ VERSION = '0.3.1'
end
0 commit comments