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 2d2b8cd commit 4e37796Copy full SHA for 4e37796
README.md
@@ -59,10 +59,13 @@ Push your local development database backup up to staging:
59
60
staging restore development
61
62
-Deploy master to production:
+Deploy master to production (note that prior versions of Parity would run
63
+database migrations, that's now better handled using [Heroku release phase]):
64
65
production deploy
66
67
+[Heroku release phase]: https://devcenter.heroku.com/articles/release-phase
68
+
69
Deploy the current branch to staging:
70
71
staging deploy
lib/parity/version.rb
@@ -1,3 +1,3 @@
1
module Parity
2
- VERSION = "2.4.0".freeze
+ VERSION = "3.0.0".freeze
3
end
0 commit comments