You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ bundle install
11
11
rake
12
12
```
13
13
14
-
Check that the last build succeeded in [Travis CI](https://travis-ci.org/slack-ruby/slack-ruby-bot-server) for all supported platforms.
14
+
Check that the last build succeeded in [Github Actions](https://github.com/slack-ruby/slack-ruby-bot-server/actions) for all supported platforms.
15
15
16
16
Change "Next" in [CHANGELOG.md](CHANGELOG.md) to the current date.
17
17
18
18
```
19
-
### 0.2.2 (7/10/2015)
19
+
### 2.0.1 (2023/02/20)
20
20
```
21
21
22
22
Remove the line with "Your contribution here.", since there will be no more contributions to this release.
@@ -26,14 +26,14 @@ Change `**next**` in the "Stable Release" section in README that warns users tha
26
26
```
27
27
## Stable Release
28
28
29
-
You're reading the documentation for the **stable** release of slack-ruby-bot-server, 0.2.2. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
29
+
You're reading the documentation for the **stable** release of slack-ruby-bot-server, 2.0.1. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
30
30
```
31
31
32
32
Commit your changes.
33
33
34
34
```
35
35
git add README.md CHANGELOG.md
36
-
git commit -m "Preparing for release, 0.2.2."
36
+
git commit -m "Preparing for release, 2.0.1."
37
37
git push origin master
38
38
```
39
39
@@ -42,18 +42,18 @@ Release.
42
42
```
43
43
$ rake release
44
44
45
-
slack-ruby-bot-server 0.2.2 built to pkg/slack-ruby-bot-server-0.2.2.gem.
46
-
Tagged v0.2.2.
45
+
slack-ruby-bot-server 2.0.1 built to pkg/slack-ruby-bot-server-2.0.1.gem.
46
+
Tagged v2.0.1.
47
47
Pushed git commits and tags.
48
-
Pushed slack-ruby-bot-server 0.2.2 to rubygems.org.
48
+
Pushed slack-ruby-bot-server 2.0.1 to rubygems.org.
49
49
```
50
50
51
51
### Prepare for the Next Version
52
52
53
53
Add the next release to [CHANGELOG.md](CHANGELOG.md).
54
54
55
55
```
56
-
### 0.2.3 (Next)
56
+
### 2.0.2 (Next)
57
57
58
58
* Your contribution here.
59
59
```
@@ -65,13 +65,13 @@ Undo your change in README about the stable release.
65
65
```
66
66
## Stable Release
67
67
68
-
You're reading the documentation for the **next** release of slack-ruby-bot-server. Please see the documentation for the [last stable release, v0.2.2](https://github.com/slack-ruby/slack-ruby-bot-server/blob/v0.2.2/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version.
68
+
You're reading the documentation for the **next** release of slack-ruby-bot-server. Please see the documentation for the [last stable release, v2.0.1](https://github.com/slack-ruby/slack-ruby-bot-server/blob/v2.0.1/README.md) unless you're integrating with HEAD. See [UPGRADING](UPGRADING.md) when upgrading from an older version. See [MIGRATING](MIGRATING.md) for help with migrating Legacy Slack Apps to Granular Scopes.
Copy file name to clipboardExpand all lines: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Upgrading Slack-Ruby-Bot-Server
5
5
6
6
#### Replaced Pagination Gem for ActiveRecord
7
7
8
-
[`cursor_pagination`](https://github.com/Kukunin/cursor_pagination) is abandoned and no longer maintained. It is repaced with [`pagy_cursor`](https://github.com/Uysim/pagy-cursor).
8
+
[`cursor_pagination`](https://github.com/Kukunin/cursor_pagination) is abandoned and no longer maintained. It is replaced with [`pagy_cursor`](https://github.com/Uysim/pagy-cursor).
9
9
10
10
If you're using ActiveRecord, replace `cursor_pagination` with `pagy_cursor` in the Gemfile.
0 commit comments