We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459c2be commit e11ec71Copy full SHA for e11ec71
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v6.0.0.rc1 (unreleased)
+## v6.0.0.rc1
2
3
#### Fixed
4
guides/RELEASING.md
@@ -0,0 +1,11 @@
+# Releasing
+
+## Building locally
5
+If you want to build the gem to test it locally run `bundle exec rake build`.
6
7
+This command will build the gem in `pkg/activerecord-sqlserver-adapter-A.B.C.gem`, where `A.B.C` is the version in `VERSION` file.
8
9
+## Releasing to RubyGems
10
11
+Run `bundle exec rake release` to build the gem locally and push the `gem` file to RubyGems.
0 commit comments