Update RELEASING.md with correct changelog format

This commit is contained in:
Sami Samhuri 2025-06-02 19:04:13 -07:00
parent 6ca5a7c5cf
commit 9941241efc
No known key found for this signature in database

View file

@ -11,12 +11,12 @@ bundle install
rake
```
Check that the last build succeeded in [Travis CI](https://travis-ci.org/ruby-grape/grape-active_model_serializers) for all supported platforms.
Check that the last build succeeded in [GitHub Actions](https://github.com/ruby-grape/grape-active_model_serializers/actions/workflows/ci.yml) for all supported platforms.
Change "Next Release" in [CHANGELOG.md](CHANGELOG.md) to the new version.
```
### 0.7.2 (February 6, 2014)
### 0.7.2 (2014/02/06)
```
Remove the line with "Your contribution here.", since there will be no more contributions to this release.