Skip to content

Commit 342bbc7

Browse files
committed
Update release notes for v1.3.10
1 parent e6cec32 commit 342bbc7

2 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
## Version 1.3.9 (2023/09/22)
1+
## Version 1.3.10 (2023/11/29)
2+
3+
### Pull Requests Merged
4+
5+
#### Bugs fixed
6+
7+
* [PR 102](https://github.com/storpipfugl/pykdtree/pull/102) - Switch to Cython 3 in build process
28

9+
In this release 1 pull request was closed.
10+
11+
12+
## Version 1.3.9 (2023/09/22)
313

414
### Pull Requests Merged
515

RELEASING.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
1. Add release information to README.rst
44
2. Update version number in setup.py
5-
3. Commit changes
5+
3. run `loghub` and update the `CHANGELOG.md` file and commit the changes:
6+
7+
```
8+
loghub storpipfugl/pykdtree --token $LOGHUB_GITHUB_TOKEN -st $(git tag --sort=-version:refname --list 'v*' | head -n 1) -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes"
9+
```
10+
11+
This uses a `LOGHUB_GITHUB_TOKEN` environment variable. This must be created
12+
on GitHub and it is recommended that you add it to your `.bashrc` or
13+
`.bash_profile` or equivalent.
14+
15+
This command will create a CHANGELOG.temp file which need to be added
16+
to the top of the CHANGLOG.md file. The same content is also printed
17+
to terminal, so that can be copy-pasted, too. Remember to update also
18+
the version number to the same given in step 5. Don't forget to commit
19+
CHANGELOG.md!
20+
621
4. Create a git annotated tag by running:
722

823
```

0 commit comments

Comments
 (0)