Compare commits
7 Commits
d0e6d9afab
...
76a3a2b3f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 76a3a2b3f6 | |||
| dc2e6446d5 | |||
| 74e622a5e0 | |||
| 3fe3a2a598 | |||
| e992129261 | |||
| cda7b95292 | |||
| cae8167795 |
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"sha": "3fe3a2a",
|
"sha": "dc2e644",
|
||||||
"url": "https://git.riba-interactive.de/rick/waitui"
|
"url": "https://git.riba-interactive.de/rick/waitui"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
## [0.1.1](https://git.riba-interactive.de/rick/waitui/compare/3fe3a2a...dc2e644) (2022-06-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug fixes 🩹
|
||||||
|
|
||||||
|
* **conventi:** fix `conventi.sh` function `get_commit_body()` ([dc2e644](https://git.riba-interactive.de/rick/waitui/commit/dc2e644))
|
||||||
|
|
||||||
## [0.1.0](https://git.riba-interactive.de/rick/waitui/compare/dafd1ae...3fe3a2a) (2022-06-01)
|
## [0.1.0](https://git.riba-interactive.de/rick/waitui/compare/dafd1ae...3fe3a2a) (2022-06-01)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -170,7 +170,7 @@ get_commit_footer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_commit_body() {
|
get_commit_body() {
|
||||||
pattern=$(get_commit_footer "$1" | head -n 1)
|
pattern=$(get_commit_footer "$1" | head -n 1 | sed -e 's/[]\/$*.^[]/\\&/g')
|
||||||
if [ -n "$pattern" ]; then
|
if [ -n "$pattern" ]; then
|
||||||
echo "$1" | sed -e "/$pattern/,\$d"
|
echo "$1" | sed -e "/$pattern/,\$d"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user