Compare commits

...

3 Commits

Author SHA1 Message Date
14551077f1 release: v2.3.15
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Build & Deploy / 🧪 QA (push) Successful in 3m55s
Build & Deploy / 🏗️ Build (push) Successful in 6m28s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 5m35s
Build & Deploy / 🚀 Deploy (push) Successful in 42s
Build & Deploy / 🔔 Notify (push) Successful in 17s
2026-04-10 14:25:56 +02:00
a60b61ec08 chore: bump to rc.2
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 26s
Build & Deploy / 🧪 QA (push) Successful in 2m51s
Build & Deploy / 🏗️ Build (push) Successful in 9m57s
Build & Deploy / 🔔 Notify (push) Successful in 4s
Build & Deploy / 🚀 Deploy (push) Successful in 46s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 8m50s
2026-04-10 13:43:51 +02:00
b5d7326cbe chore(ci): harden tag check and switch to rc versioning
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 32s
Build & Deploy / 🧪 QA (push) Successful in 3m43s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 17m24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 6s
2026-04-10 13:16:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ jobs:
echo "🔎 Verifying tag $TAG_TO_WAIT in mmintel/at-mintel..."
# 1. Discovery (Works without token for public repositories)
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" | grep "$TAG_TO_WAIT" | tail -n1 | awk '{print $1}')
UPSTREAM_SHA=$(git ls-remote --tags https://git.infra.mintel.me/mmintel/at-mintel.git "$TAG_TO_WAIT" 2>/dev/null | grep "$TAG_TO_WAIT" | awk '{print $1}' | tail -n1 || echo "")
if [[ -z "$UPSTREAM_SHA" ]]; then
echo "⚠️ Warning: Tag $TAG_TO_WAIT not found in mmintel/at-mintel."

View File

@@ -160,7 +160,7 @@
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"version": "2.3.14",
"version": "2.3.15",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",