Skip to content

ci: use make rc to release candidate without tag - #557

Merged
zimeg merged 1 commit into
mainfrom
zimeg-ci-fix-make-rc
May 21, 2026
Merged

ci: use make rc to release candidate without tag#557
zimeg merged 1 commit into
mainfrom
zimeg-ci-fix-make-rc

Conversation

@zimeg

Copy link
Copy Markdown
Member

Changelog

Nothing but an oopsies in prior change...

Summary

This PR follows #552 to use the correct make target.

Preview

🔗 https://github.com/slackapi/slack-cli/actions/runs/26257441914/job/77283314836

Testing

slack-cli/Makefile

Lines 76 to 79 in dd404fe

# Create a release candidate commit with updated docs
# Usage: `make rc RELEASE_VERSION=3.7.0-example`
.PHONY: rc
rc:

Requirements

@zimegzimeg added this to the Next Release milestone May 21, 2026
@zimegzimeg self-assigned this May 21, 2026
@zimeg
zimeg requested a review from a team as a code ownerMay 21, 2026 22:48
@zimegzimeg added semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels May 21, 2026
@codecov

codecovBot commented May 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.67%. Comparing base (dd404fe) to head (b8a732c).

Additional details and impacted files
@@ Coverage Diff @@## main #557 +/- ##
=======================================
Coverage 71.67% 71.67% =======================================
Files 226 226 Lines 19115 19115 =======================================
Hits 13701 13701 - Misses 4208 4209 +1 + Partials 1206 1205 -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

🗣️ I am nervous of a broken main so fast merge now!

@zimeg
zimeg merged commit d7863af into mainMay 21, 2026
10 checks passed
@zimeg
zimeg deleted the zimeg-ci-fix-make-rc branch May 21, 2026 23:21
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 processessemver:patchUse on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@zimeg