Skip to content

Commit

Permalink
Improve release process
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Dec 19, 2024
1 parent 43ddefa commit ef74f0f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion lib/Apache/Session/Browseable.pm
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit ef74f0f

Please sign in to comment.