Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/merge-126.0.3-tag' into …
Browse files Browse the repository at this point in the history
…w/127.0/feature/merge-126.0.3-tag
  • Loading branch information
TeddyAndrieux committed Jul 27, 2024
2 parents 38993b7 + 51262d6 commit 12487b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# NOTE: We explicitly set the refs otherwise the tag
# annotations content is not fetched
# See: https://github.com/actions/checkout/issues/882
ref: ${{ github.ref }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -134,12 +139,9 @@ 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
git tag -l --format='%(contents)' "${{ env.SHELL_UI_VERSION }}" | tail -n +4 | tee -a $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- uses: softprops/action-gh-release@v2
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@
all Kubernetes resources and Prometheus metrics
(PR[#4220](https://github.com/scality/metalk8s/pull/4220))

## Release 126.0.3 (in development)
## Release 126.0.4 (in development)

## Release 126.0.3

### Enhancements

Expand Down

0 comments on commit 12487b8

Please sign in to comment.