Skip to content

Commit 58d6fd7

Browse files
authored
Merge pull request #3166 from CSCfi/release-2.33
Release 2.33
2 parents 58e3385 + 1a5d2d8 commit 58d6fd7

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ have notable changes.
66

77
## Unreleased
88

9-
Changes since v2.32
9+
Changes since v2.33
10+
11+
## v2.33 "Santakuja" 2023-06-19
1012

1113
### Additions
1214
- PDF output can be customized a little. This enables changing the font, which should fix missing diacritics. (#3158)

docs/release.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,24 @@ Releases can be found on the github [release page](https://github.com/CSCfi/rems
2121

2222
`git fetch; git checkout origin/master`
2323

24-
2. Edit CHANGELOG.md:
24+
2. Update changelog and version number:
2525

26-
- See the name of the previous release, find the street with that name,
27-
select a street that is next to that street but is not yet used as
28-
a release name.
26+
1. Edit CHANGELOG.md:
2927

30-
- Add a line for the new release, e.g.,
31-
`## v2.6 "Kalevalantie" 2018-11-12`
28+
- See the name of the previous release, find the street with that name,
29+
select a street that is next to that street but is not yet used as
30+
a release name.
3231

33-
- Move all changes from under `## Unreleased` to under the new release
32+
- Add a line for the new release, e.g.,
33+
`## v2.6 "Kalevalantie" 2018-11-12`
3434

35-
- Leave `Changes since v[x.y]` text under `## Unreleased`
35+
- Move all changes from under `## Unreleased` to under the new release
36+
37+
- Leave `Changes since v[x.y]` text under `## Unreleased`
38+
39+
2. Edit the first line in project.clj:
40+
41+
`(defproject rems "2.33" ...)`
3642

3743
3. Create a pull request for those changes (e.g. branch `release-2.6` with commit `release: v2.6`)
3844

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject rems "2.32"
1+
(defproject rems "2.33"
22
:description "Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets."
33
:url "https://github.com/CSCfi/rems"
44

0 commit comments

Comments
 (0)