docs: changelog
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
### Chores
|
### Chores
|
||||||
+ update dependencies, closes #17, [8a5d0ef8376e3739dda5b0ed4c3e75e565deed45]
|
+ update dependencies, closes #17, [8a5d0ef8376e3739dda5b0ed4c3e75e565deed45], [eadfc3d6c6896ecc8cff88c6a9e9c8b3e477c0cd]
|
||||||
|
+ aggressive linting with Rust 1.65.0, [8f3a15137155dc374e6b2822c9155c07d05d5e28]
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
+ README.md improved Download & Install section, and now available on [NixPkg](https://search.nixos.org/packages?channel=unstable&show=oxker&from=0&size=50&sort=relevance&type=packages&query=oxker), thanks [siph](https://github.com/siph), [67a9e183ca04199da758255075ff7e73061eb850]
|
+ README.md improved Download & Install section, and now available on [NixPkg](https://search.nixos.org/packages?channel=unstable&show=oxker&from=0&size=50&sort=relevance&type=packages&query=oxker), thanks [siph](https://github.com/siph), [67a9e183ca04199da758255075ff7e73061eb850]
|
||||||
|
|||||||
+1
-1
@@ -105,7 +105,7 @@ update_release_body_and_changelog () {
|
|||||||
|
|
||||||
# Update changelog to add links to commits [hex:8](url_with_full_commit)
|
# Update changelog to add links to commits [hex:8](url_with_full_commit)
|
||||||
# "[aaaaaaaaaabbbbbbbbbbccccccccccddddddddd]" -> "[aaaaaaaa](https:/www.../commit/aaaaaaaaaabbbbbbbbbbccccccccccddddddddd),"
|
# "[aaaaaaaaaabbbbbbbbbbccccccccccddddddddd]" -> "[aaaaaaaa](https:/www.../commit/aaaaaaaaaabbbbbbbbbbccccccccccddddddddd),"
|
||||||
sed -i -E "s=(\s)\[([0-9a-f]{8})([0-9a-f]{32})\]= [\2](${GIT_REPO_URL}/commit/\2\3),=g" ./CHANGELOG.md
|
sed -i -E "s=(\s)\[([0-9a-f]{8})([0-9a-f]{32})\]= [\2](${GIT_REPO_URL}/commit/\2\3)=g" ./CHANGELOG.md
|
||||||
|
|
||||||
# Update changelog to add links to closed issues - comma included!
|
# Update changelog to add links to closed issues - comma included!
|
||||||
# "closes #1," -> "closes [#1](https:/www.../issues/1),""
|
# "closes #1," -> "closes [#1](https:/www.../issues/1),""
|
||||||
|
|||||||
Reference in New Issue
Block a user