drawio-export/scripts/changes.awk
Алексей Бадяев 488c5d649c
All checks were successful
build / build (push) Successful in 1m23s
Добавлен gitea workflow.
2024-10-11 11:45:26 +07:00

20 lines
356 B
Awk

# Get changes of given version number.
{
while (index($0, "## [" version "]") <= 0) {
if (getline <= 0) {
exit
}
}
if (getline <= 0 ) {
exit
}
if (getline <= 0 ) {
exit
}
while (index($0, "## [") <= 0) {
print $0
if (getline <= 0) {
exit
}
}
}