File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ have notable changes.
6
6
7
7
## Unreleased
8
8
9
- Changes since v2.32
9
+ Changes since v2.33
10
+
11
+ ## v2.33 "Santakuja" 2023-06-19
10
12
11
13
### Additions
12
14
- PDF output can be customized a little. This enables changing the font, which should fix missing diacritics. (#3158 )
Original file line number Diff line number Diff line change @@ -21,18 +21,24 @@ Releases can be found on the github [release page](https://github.com/CSCfi/rems
21
21
22
22
` git fetch; git checkout origin/master `
23
23
24
- 2 . Edit CHANGELOG.md :
24
+ 2 . Update changelog and version number :
25
25
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:
29
27
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.
32
31
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 `
34
34
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" ...) `
36
42
37
43
3 . Create a pull request for those changes (e.g. branch ` release-2.6 ` with commit ` release: v2.6 ` )
38
44
Original file line number Diff line number Diff line change 1
- (defproject rems " 2.32 "
1
+ (defproject rems " 2.33 "
2
2
:description " Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets."
3
3
:url " https://github.com/CSCfi/rems"
4
4
You can’t perform that action at this time.
0 commit comments