drawio-export/scripts/changes.awk
Алексей Бадяев ec6351ec91
Some checks failed
drawio-exporter/pipeline/head There was a failure building this commit
Создан каркас проекта и система сборки.
2023-04-04 19:46:25 +07:00

20 lines
360 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
}
}
}