File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
331 . Add release information to README.rst
442 . 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+
6214 . Create a git annotated tag by running:
722
823 ```
You can’t perform that action at this time.
0 commit comments