Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/w/126.0/feature/merge-124.1.7-ta…
Browse files Browse the repository at this point in the history
…g' into w/127.0/feature/merge-124.1.7-tag
  • Loading branch information
TeddyAndrieux committed Jul 26, 2024
2 parents e7581a3 + 91549bd commit 744b84a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ jobs:
- name: Get tag message
if: inputs.is_production
id: get_tag_message
# Explicitly fetching tags since checkout fetch-tags does not works well
# Sees: https://github.com/actions/checkout/issues/1471
run: |-
git fetch --tags
echo "message<<EOF" >> $GITHUB_OUTPUT
git tag -l --format='%(contents)' "${{ env.SHELL_UI_VERSION }}" | tail -n +4 >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,9 @@
- `container_(file_descriptors|tasks_state|threads_max)`
- `container_spec.*`

## Release 124.1.7 (in development)
## Release 124.1.8 (in development)

## Release 124.1.7

### Additions

Expand Down

0 comments on commit 744b84a

Please sign in to comment.