feat(navigation): add prominent validation quickstart action
This commit is contained in:
parent
0bbcaba211
commit
9c6b184e39
28614 changed files with 4356173 additions and 23 deletions
21
validation-suite/frontend/atlas/node_modules/damerau-levenshtein/scripts/update-changelog.sh
generated
vendored
Executable file
21
validation-suite/frontend/atlas/node_modules/damerau-levenshtein/scripts/update-changelog.sh
generated
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# To make it work on OSX (provided gnu-sed in installed)
|
||||
if type gsed 2> /dev/null
|
||||
then
|
||||
alias sed=gsed
|
||||
fi
|
||||
|
||||
|
||||
version=$(jq --raw-output ' .version ' "package.json")
|
||||
date=$(date +%Y-%m-%d)
|
||||
|
||||
sed \
|
||||
--regexp-extended \
|
||||
--in-place="" \
|
||||
"s$^## \[Unreleased\]$\## [Unreleased\]\n\n\n## [${version}] - ${date}$" \
|
||||
CHANGELOG.md
|
||||
|
||||
git add CHANGELOG.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue