Skip to content

Commit

Permalink
Merge pull request #2371 from spryker/docs-11.2023
Browse files Browse the repository at this point in the history
Generate docs release notes for 11.2023
  • Loading branch information
lenadoc authored Dec 5, 2023
2 parents a2301e0 + 49bf7be commit 84886ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build changelog
on:
push:
tags:
- "10.2023"
- "11.2023"

jobs:
release:
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
}
]
}'
fromTag: "09.2023"
toTag: "10.2023"
fromTag: "10.2023"
toTag: "11.2023"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

Large diffs are not rendered by default.

0 comments on commit 84886ca

Please sign in to comment.