Skip to content

Commit e11ec71

Browse files
committed
Release v6.0.0.rc1
1 parent 459c2be commit e11ec71

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v6.0.0.rc1 (unreleased)
1+
## v6.0.0.rc1
22

33
#### Fixed
44

Diff for: guides/RELEASING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releasing
2+
3+
## Building locally
4+
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

Comments
 (0)