chnagelog
build-develop-branch / build-branch (push) Successful in 39s Details
build-develop-branch / delete-develop (pull_request) Has been skipped Details

This commit is contained in:
gilesb 2023-10-23 23:43:15 +01:00 committed by giles
parent 8bb49ece67
commit 45a8210eea
2 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,8 @@ jobs:
../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
- name: "✏️ Generate release changelog"
- name: change log
uses: heinrichreimer/action-github-changelog-generator@v2.3
with:
token: ${{ secrets.BOT_TOKEN }}