From 4efcf9265f1c33abe869cb664da54128f0c93244 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 20 Dec 2023 12:28:38 -0800 Subject: [PATCH] Reference Release notes on GitHub for Change Log. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 858d6d7..9b700cb 100755 --- a/README.md +++ b/README.md @@ -254,6 +254,10 @@ as follows: * * +## Change Log + +See [Release Notes on GitHub](https://github.com/dryruby/sxp.rb/releases) + ## Authors * [Arto Bendiken](https://github.com/artob) - @@ -264,6 +268,7 @@ as follows: * [Ben Lavender](https://github.com/bhuga) - ## Contributing + This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration. * Do your best to adhere to the existing coding conventions and idioms.