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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
#### Fixes
8
8
9
+
* Your contribution here.
10
+
11
+
### 0.5.2 (2023/07/07)
12
+
13
+
#### Fixes
14
+
9
15
*[#60](https://github.com/ruby-grape/grape-swagger-entity/pull/60): Examples on arrays should be directly on the property, not on the item - [@collinsauve](https://github.com/collinsauve).
10
16
*[#61](https://github.com/ruby-grape/grape-swagger-entity/pull/61): Migrate from Travis to GHA for CI - [@mscrivo](https://github.com/mscrivo).
There are no particular rules about when to release Grape-Swagger-Entity. Release bug fixes frequent, features not so frequently and breaking API changes rarely.
4
+
5
+
### Release
6
+
7
+
Run tests, check that all tests succeed locally.
8
+
9
+
```
10
+
bundle install
11
+
rake
12
+
```
13
+
14
+
Check that the last build succeeded in [GitHub Actions](https://github.com/ruby-grape/grape-swagger-entity/actions) for all supported platforms.
15
+
16
+
Increment the version, modify [lib/grape-swagger/entity/version.rb](lib/grape-swagger/entity/version.rb).
17
+
18
+
* Increment the third number if the release has bug fixes and/or very minor features, only (eg. change `0.1.0` to `0.1.1`).
19
+
* Increment the second number if the release contains major features or breaking API changes (eg. change `0.1.0` to `0.2.0`).
20
+
21
+
Change "Next Release" in [CHANGELOG.md](CHANGELOG.md) to the new version.
22
+
23
+
```
24
+
### 0.1.1 (February 5, 2015)
25
+
```
26
+
27
+
Remove the line with "Your contribution here.", since there will be no more contributions to this release.
0 commit comments