mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Exclude pre-release from changelog
This commit is contained in:
parent
7d02ddfdb5
commit
7847aeda75
@ -67,6 +67,7 @@ async function main() {
|
||||
const release = releases[i];
|
||||
if (!release.tag_name.match(/^v\d+\.\d+\.\d+$/)) continue;
|
||||
if (release.draft) continue;
|
||||
if (release.prerelease) continue;
|
||||
|
||||
let row = {};
|
||||
row = Object.assign(row, downloadCounts(release));
|
||||
|
Loading…
Reference in New Issue
Block a user