Skip to content

Commit

Permalink
test: Check that the version on release is considered stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 3, 2025
1 parent d10ccdc commit ee8f280
Show file tree
Hide file tree
Showing 14 changed files with 210 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .ci-scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -eu -o pipefail
sudo apt-get update -qq
sudo apt-get install doxygen graphviz

GIT_DESC=$(git describe --tags 2>/dev/null)
GIT_DESC=$(git describe --tags --match 'v*' 2>/dev/null)
GIT_CHASH=$(git rev-parse HEAD)

# Append git version to doxygen version string
Expand Down
4 changes: 2 additions & 2 deletions .ci-scripts/create-identity.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Loading

0 comments on commit ee8f280

Please sign in to comment.