Re: [JDBC] WIP: draft release notes for 42.1.2 - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: [JDBC] WIP: draft release notes for 42.1.2
Date
Msg-id CAB=Je-F9oDE-zP76z2n1v_Kty-fU1Ht_1NU+j-hAaF4mPy6L+A@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] WIP: draft release notes for 42.1.2  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-jdbc
> Version bumped to 42.0.0 to avoid version clash with PostgreSQL version

Thomas>Seems like a wrong entry in a changelog for version 42.1.2

Thomas, the entry you mention is related to 42.0.0 release. In other words, it is placed in docs/_posts/2017-02-20-42.0.0-release.md

I did a refactor so I've moved docs/_includes/changelog/42.0.0-release.md and docs/_includes/changelog/42.0.0-notes.md to a single docs/_posts/2017-02-20-42.0.0-release.md
42.x.y are moved to _posts, and I did not touch previous releases.


I'm not sure how many releases do we want to show on the main page (index page), so it just prints whatever files present in `_posts`


Vladimir

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: [JDBC] WIP: draft release notes for 42.1.2
Next
From: Vladimir Sitnikov
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] d6fe07: docs: build index, changelog pages from_posts/......