Skip to content

Commit 9bec299

Browse files
committed
Release v6.0-alpha.3
1 parent 4b83b88 commit 9bec299

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In case, there is no issue present, the pull request implementing the feature is
77

88
Note that this project **does not** adhere to [Semantic Versioning](https://semver.org/).
99

10-
## [Unreleased]
10+
## [6.0-alpha.3] – 2025-10-30
1111

1212
### Added
1313

@@ -1759,7 +1759,7 @@ The changelog of JabRef 4.x is available at the [v4.3.1 tag](https://github.com/
17591759
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).
17601760
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).
17611761

1762-
[Unreleased]: https://github.com/JabRef/jabref/compare/v6.0-alpha2...HEAD
1762+
[6.0-alpha.3]: https://github.com/JabRef/jabref/compare/v6.0-alpha2...v6.0-alpha.3
17631763
[6.0-alpha2]: https://github.com/JabRef/jabref/compare/v6.0-alpha...v6.0-alpha2
17641764
[6.0-alpha]: https://github.com/JabRef/jabref/compare/v5.15...v6.0-alpha
17651765
[5.15]: https://github.com/JabRef/jabref/compare/v5.14...v5.15

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
main:
77
regex: ^main
8-
tag: 'alpha2' # Update this to the tag prefix for the alpha/beta release (e.g., "alpha2") or leave empty
9-
pre-release-weight: 30010 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release
8+
tag: 'alpha' # Update this to the tag prefix for the alpha/beta release (e.g., "alpha2") or leave empty
9+
pre-release-weight: 31000 # 0 after stable release, 15000 before alpha release, 30000 before beta release, 50000 before stable release

0 commit comments

Comments
 (0)