Skip to content

Commit 4fa70a2

Browse files
authored
Merge pull request #5 from rdbumstead/release/v2.0.1
Release v2.0.1: Fix Marketplace URL
2 parents 0e1f721 + ae7a229 commit 4fa70a2

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.1] - 2026-01-15
9+
10+
### Fixed 🐞
11+
12+
- **Documentation**: Corrected GitHub Marketplace URL to `setup-salesforce-cli`
13+
814
## [2.0.0] - 2026-01-15
915

1016
### Added - Cross-Platform Support 🌐

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup Salesforce CLI Action
22

3-
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Setup%20Salesforce%20CLI-blue.svg)](https://github.com/marketplace/actions/setup-salesforce-action)
3+
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-Setup%20Salesforce%20CLI-blue.svg)](https://github.com/marketplace/actions/setup-salesforce-cli)
44
[![GitHub release](https://img.shields.io/github/v/release/rdbumstead/setup-salesforce-action)](https://github.com/rdbumstead/setup-salesforce-action/releases)
55
[![Test Action](https://github.com/rdbumstead/setup-salesforce-action/actions/workflows/test.yml/badge.svg)](https://github.com/rdbumstead/setup-salesforce-action/actions/workflows/test.yml)
66
[![Cross Platform Tests](https://github.com/rdbumstead/setup-salesforce-action/actions/workflows/test-cross-platform.yml/badge.svg)](https://github.com/rdbumstead/setup-salesforce-action/actions/workflows/test-cross-platform.yml)

docs/FILE_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ source_dirs: "force-app,packages/core,packages/utils"
305305
306306
- � [Issues](https://github.com/rdbumstead/setup-salesforce-action/issues)
307307
- 💬 [Discussions](https://github.com/rdbumstead/setup-salesforce-action/discussions)
308-
- ⭐ [GitHub Marketplace](https://github.com/marketplace/actions/setup-salesforce-action)
308+
- ⭐ [GitHub Marketplace](https://github.com/marketplace/actions/setup-salesforce-cli)
309309
310310
---
311311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-salesforce-action",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Enterprise-grade Salesforce CLI setup action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)