Skip to content

build: upload floating major and minor versions on release - #199

Draft
zimeg wants to merge 3 commits into
mainfrom
zimeg-build-x-version
Draft

build: upload floating major and minor versions on release#199
zimeg wants to merge 3 commits into
mainfrom
zimeg-build-x-version

Conversation

@zimeg

Copy link
Copy Markdown
Member

Summary

This PR uploads floating major and minor versions on release to avoid unexpected breaking changes when installing the latest version in downstream actions.

This might unlock the following for whatever the latest of v3 is:

curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash -s -- -v 3.x.x

Preview

slack_cli_3.6.0-6-g859d4f1_linux_64-bit.tar.gz
slack_cli_3.6.x_linux_64-bit.tar.gz
slack_cli_3.x.x_linux_64-bit.tar.gz

Requirements

@zimegzimeg added this to the Next Release milestone Aug 15, 2025
@zimeg
zimeg requested a review from ewanek1August 15, 2025 20:58
@zimegzimeg self-assigned this Aug 15, 2025
@zimeg
zimeg requested a review from a team as a code ownerAugust 15, 2025 20:58
@zimegzimeg added enhancement M-T: A feature request for new functionality changelog Use on updates to be included in the release notes semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Aug 15, 2025
@codecov

codecovBot commented Aug 15, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.93%. Comparing base (859d4f1) to head (df96c7a).
⚠️ Report is 227 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #199 +/- ##
==========================================
- Coverage 62.94% 62.93% -0.02% 
==========================================
Files 212 212 Lines 21782 21782 ==========================================
- Hits 13711 13708 -3 - Misses 7009 7011 +2 - Partials 1062 1063 +1 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zimeg

Copy link
Copy Markdown
MemberAuthor

@zimeg

Copy link
Copy Markdown
MemberAuthor

Some docs pages might find updates, but hoping to avoid merge conflicts as unrelated changes to installation scripts happen otherwise:

📚 https://docs.slack.dev/tools/slack-cli/guides/installing-the-slack-cli-for-mac-and-linux
📚 https://docs.slack.dev/tools/slack-cli/guides/installing-the-slack-cli-for-windows

@ewanek1ewanek1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woah crazy fast... LGTM! 👏

@zimegzimeg left a comment

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📫 Leaving a note to update soon-

Comment threadscripts/install.sh

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 todo: The build architecture is falling back to "universal" with the current semver comparisons!

@zimeg
zimeg marked this pull request as draft August 16, 2025 02:30
@zimegzimeg modified the milestones: v3.6.1, Next ReleaseAug 22, 2025
@zimegzimeg removed this from the v3.7.0 milestone Sep 5, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

buildM-T: Changes to compilation and CI processeschangelogUse on updates to be included in the release notesenhancementM-T: A feature request for new functionalitysemver:patchUse on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zimeg@ewanek1