Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: simplify release notes as cross-platform #13054

Merged
merged 1 commit into from
May 14, 2024

Conversation

agilgur5
Copy link
Member

Motivation

  • simplifies and consolidates the release notes for each version

Modifications

  • detect OS in the first command and use as env var

  • slightly modify make release-notes target to handle this properly

    • only replace $version and not $ARGO_OS

Verification

  1. Ran make release-notes and checked that it only substituted $version
  2. Ran the script on both my macOS laptop and my Linux devcontainer

- detect OS in the first command and use as env var
- simplifies and consolidates the release notes for each version

- slightly modify `make release-notes` target to handle this properly
  - only replace `$version` and not `$ARGO_OS`

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
@agilgur5 agilgur5 added the area/build Build or GithubAction/CI issues label May 14, 2024
@agilgur5 agilgur5 changed the title build(release): simplify release notes as cross-platform build: simplify release notes as cross-platform May 14, 2024
@juliev0 juliev0 merged commit 0c65450 into argoproj:main May 14, 2024
29 checks passed
@agilgur5 agilgur5 deleted the build-release-simplify-notes branch May 14, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Build or GithubAction/CI issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants