Skip to content

Commit fa46b3a

Browse files
committed
Release v5.0
1 parent b25fc3f commit fa46b3a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here, the categories "Changed" for added and changed functionality,
99

1010
We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.
1111

12-
## [Unreleased]
12+
## [5.0] – 2020-03-03
1313

1414
### Changed
1515

@@ -283,7 +283,8 @@ The changelog of JabRef 4.x is available at the [v4.x branch](https://github.com
283283
The changelog of JabRef 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md).
284284
The changelog of JabRef 2.11 and all previous versions is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG).
285285

286-
[Unreleased]: https://github.com/JabRef/jabref/compare/v5.0-beta...HEAD
286+
[Unreleased]: https://github.com/JabRef/jabref/compare/v5.0...HEAD
287+
[5.0]: https://github.com/JabRef/jabref/compare/v5.0-beta...v5.0
287288
[5.0-beta]: https://github.com/JabRef/jabref/compare/v5.0-alpha...v5.0-beta
288289
[5.0-alpha]: https://github.com/JabRef/jabref/compare/v4.3...v5.0-alpha
289290

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ mode: ContinuousDeployment
55
branches:
66
master:
77
regex: ^master
8-
tag: beta
9-
pre-release-weight: 30000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release
8+
tag: ''
9+
pre-release-weight: 50000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release

0 commit comments

Comments
 (0)