From ef74f0f0f90f3b3274d923dcafb747ca9ac12515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 19 Dec 2024 14:14:54 +0100 Subject: [PATCH] Improve release process --- Changes | 4 ++++ RELEASE.md | 13 +++++++++++++ lib/Apache/Session/Browseable.pm | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 RELEASE.md diff --git a/Changes b/Changes index d766874..e6b3f98 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Apache::Session::Browseable. +1.3.14 + - restrict mysql_enable_utf8 to DBD::mysql + - PgJSON: Fix GKFAS when called with a column list + 1.3.13 - Fix versions - Update Cassandra doc diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..61bef4e --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,13 @@ +# Release process + +## Version + +Update version in `lib/Apache/Session/Browseable.pm` + +## Changes + +Update changelog in `Changes` file + +## Github release + +Create a new release on [https://github.com/LemonLDAPNG/Apache-Session-Browseable/releases](https://github.com/LemonLDAPNG/Apache-Session-Browseable/releases) diff --git a/lib/Apache/Session/Browseable.pm b/lib/Apache/Session/Browseable.pm index 1deb326..c99ddba 100644 --- a/lib/Apache/Session/Browseable.pm +++ b/lib/Apache/Session/Browseable.pm @@ -1,6 +1,6 @@ package Apache::Session::Browseable; -our $VERSION = '1.3.13'; +our $VERSION = '1.3.14'; print STDERR "Use a sub module of Apache::Session::Browseable such as Apache::Session::Browseable::File";