From 9941241efc7cf07f12bbff66584b23c46c052521 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 2 Jun 2025 19:04:13 -0700 Subject: [PATCH] Update RELEASING.md with correct changelog format --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index b48b5da..4f9cf58 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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.