From fae5e23ba72f92c397ad66ae344a5d2a7ff50b8a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 21 May 2025 10:24:34 +0200 Subject: [PATCH] test in simple env --- .gitea/workflows/ci_make_relnotes.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci_make_relnotes.yml b/.gitea/workflows/ci_make_relnotes.yml index e0ea46e..ba3c00b 100644 --- a/.gitea/workflows/ci_make_relnotes.yml +++ b/.gitea/workflows/ci_make_relnotes.yml @@ -10,4 +10,8 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 - name: echo name - run: echo ${{ github.event.repository.owner.login }} \ No newline at end of file + run: echo ${{ github.event.repository.owner.login }} + - name: Generate Changelog + uses: spring-io/github-changelog-generator@v0.0.12 + with: + milestone: '1.0.0' \ No newline at end of file