Commit 18de551 1 parent 7d7ad1f commit 18de551 Copy full SHA for 18de551
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## unreleased version -- v0.12.2
3
+ ## 2023-08-31 version -- v0.12.2
4
4
### Added
5
5
- Script to count and return ids of PD Univ of Cali Books from Hathitrust
6
6
- Script to delete problem work records from PSQL and ESC
Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ We use git tags to tag releases and github's release feature to deploy. The ste
123
123
124
124
1 . Decide on a new version number (assume 0.12.0 for the following steps)
125
125
2 . Make sure your local ` main ` branch is up to date
126
- 3 . Update the ` CHANGELOG.md ` 'unreleased version' header with the current date and new version number, e.g. '2023-04-03:
127
- v0.12.0'
126
+ 3 . Update the ` CHANGELOG.md ` 'unreleased version' header with the current date and new version number, e.g. '2023-04-03 -- v0.12.0'
128
127
4 . Commit your change and push straight to ` main ` : ` git push origin main `
129
128
5 . Create a new tag and name it after the new version number: ` git tag -a v0.12.0 `
130
129
6 . Push your tag to github: ` git push origin v0.12.0 `
You can’t perform that action at this time.
0 commit comments