Skip to content

Commit

Permalink
Start new development cycle
Browse files Browse the repository at this point in the history
+semver: minor
  • Loading branch information
koppor committed Jul 10, 2024
1 parent 1eb3493 commit 58ddd93
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
attributes:
label: JabRef version
options:
- "5.14 (latest release)"
- "5.15 (latest release)"
- Latest development branch build (please note build date below)
- Other (please describe below)
description: The version as shown in the about dialog.
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/gource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@ jobs:
- name: 'Development history of current build'
uses: BoundfoxStudios/action-gource@v2
with:
gource_title: 'JabRef v5.15 (in development) | more information at contribute.jabref.org'
gource_title: 'JabRef v5.16 (in development) | more information at contribute.jabref.org'
logo_url: 'https://www.jabref.org/img/JabRef-icon-256.png'
avatars_auto_fetch: true
# 5s * 365 / 4 = 7.5min
gource_seconds_per_day: 1
gource_start_date: '2024-07-09'
gource_start_date: '2024-07-11'
gource_file_filter: 'buildres/csl|\.csl'
- name: 'Store video'
run: |
mkdir gource-videos
mv ./gource/gource.mp4 ./gource-videos/jabref-v5.15-dev.mp4
mv ./gource/gource.mp4 ./gource-videos/jabref-v5.16-dev.mp4
- name: 'Development history of last release'
uses: BoundfoxStudios/action-gource@v2
with:
gource_title: 'JabRef v5.14 | more information at contribute.jabref.org'
gource_title: 'JabRef v5.15 | more information at contribute.jabref.org'
logo_url: 'https://www.jabref.org/img/JabRef-icon-256.png'
avatars_auto_fetch: true
# 5s * 365 / 4 = 7.5min
gource_seconds_per_day: 2
gource_start_date: '2024-04-02'
gource_stop_date: '2024-07-08'
gource_start_date: '2024-07-09'
gource_stop_date: '2024-07-10'
gource_file_filter: 'buildres/csl|\.csl'
- name: 'Store video'
run: |
mv ./gource/gource.mp4 ./gource-videos/jabref-v5.14.mp4
mv ./gource/gource.mp4 ./gource-videos/jabref-v5.15.mp4
- name: 'Complete development history'
uses: BoundfoxStudios/action-gource@v2
with:
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ In case, there is no issue present, the pull request implementing the feature is

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

## [Unreleased]

### Added

### Changed

### Fixed

### Removed










## [5.15] – 2024-07-10

### Added
Expand Down Expand Up @@ -1353,6 +1372,7 @@ The changelog of JabRef 4.x is available at the [v4.3.1 tag](https://github.com/
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).
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).

[Unreleased]: https://github.com/JabRef/jabref/compare/v5.15...HEAD
[5.15]: https://github.com/JabRef/jabref/compare/v5.14...v5.15
[5.14]: https://github.com/JabRef/jabref/compare/v5.13...v5.14
[5.13]: https://github.com/JabRef/jabref/compare/v5.12...v5.13
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ environment:
parts:
jabref:
plugin: dump
source: https://builds.jabref.org/main/JabRef-5.15-portable_linux.tar.gz
source: https://builds.jabref.org/main/JabRef-5.16-portable_linux.tar.gz
stage-packages:
- x11-utils
override-build: |
Expand Down

0 comments on commit 58ddd93

Please sign in to comment.