File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 IGNORED_PATHS="README.md|LICENSE|images/|\.github/|\.gitattributes|\.gitignore"
2727
2828 # ── Letzten Release-Tag ermitteln
29- LATEST_TAG=$(git tag -l 'v*-rpgxp- scripts' --sort=-v:refname | head -n1 || true)
29+ LATEST_TAG=$(git tag -l 'v*-scripts' --sort=-v:refname | head -n1 || true)
3030
3131 if [ -z "$LATEST_TAG" ]; then
3232 IS_FIRST_RELEASE=true
4545 fi
4646
4747 if [ "$IS_FIRST_RELEASE" = false ]; then
48- CURRENT=$(echo "$LATEST_TAG" | sed 's/^v//' | sed 's/-rpgxp- scripts$//')
48+ CURRENT=$(echo "$LATEST_TAG" | sed 's/^v//' | sed 's/-scripts$//')
4949 MAJOR=$(echo "$CURRENT" | cut -d. -f1)
5050 MINOR=$(echo "$CURRENT" | cut -d. -f2)
5151 PATCH=$(echo "$CURRENT" | cut -d. -f3)
7474 fi
7575 fi
7676
77- TAG_NAME="${NEW_VERSION}-rpgxp- scripts"
77+ TAG_NAME="${NEW_VERSION}-scripts"
7878
7979 if [ -z "$DIFF" ]; then
8080 echo "No script changes detected. Skipping release."
You can’t perform that action at this time.
0 commit comments