File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.2.2
4
+
5
+ - Hotfix for Docker deployment continued
6
+ - Handle wrong function import
7
+
8
+ ## Version 0.2.1
9
+
10
+ - Hotfix for Docker deployment
11
+
3
12
## Version 0.2.0
4
13
5
14
- Add support for uppercase radarcode in file names (#53 )
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ Github Actions is used to automatic push releases to pypi by the publish step in
219
219
220
220
- ` git checkout main ` , ` git pull origin main `
221
221
- Update the ` CHANGELOG.md ` with the changes for this new release
222
- - `git commit -m 'Update changelog for release X.X.X' CHANGELOG.rst
222
+ - `git commit -m 'Update changelog for release X.X.X' CHANGELOG.md
223
223
- ` git push origin master `
224
224
- Add git tags: ` git tag vX.X.X `
225
225
- Push the git tags: ` git push --tags `
You can’t perform that action at this time.
0 commit comments