Skip to content

Commit 5b4184f

Browse files
committed
fix: clean up README duplication and remove extra text
- Remove duplicate LATEST-RELEASE markers and content - Remove '- Install in production org' and '- Install in sandbox org' text - Clean up README structure with single release block - Fix workflow README generation to prevent future duplicates
1 parent 86e937b commit 5b4184f

2 files changed

Lines changed: 3 additions & 72 deletions

File tree

.github/workflows/build-and-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ jobs:
338338
echo "**Release Date:** $(date -u +"%Y-%m-%d") "
339339
echo ""
340340
echo "### 🚀 Quick Install"
341-
echo "- **Production:** [${{ steps.package_version.outputs.production_url }}](${{ steps.package_version.outputs.production_url }}) - Install in production org"
342-
echo "- **Sandbox:** [${{ steps.package_version.outputs.sandbox_url }}](${{ steps.package_version.outputs.sandbox_url }}) - Install in sandbox org"
341+
echo "- **Production:** [${{ steps.package_version.outputs.production_url }}](${{ steps.package_version.outputs.production_url }})"
342+
echo "- **Sandbox:** [${{ steps.package_version.outputs.sandbox_url }}](${{ steps.package_version.outputs.sandbox_url }})"
343343
echo "- **CLI:** \`sf package install --package ${{ steps.package_version.outputs.package_version_id }} --wait 10 --installation-key-bypass\`"
344344
echo ""
345345
echo "<details><summary>Change summary</summary>"

README.md

Lines changed: 1 addition & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,78 +2,9 @@
22

33
A comprehensive Salesforce Apex library that provides a clean, type-safe, and extensible framework for making REST API callouts. Built with enterprise security and developer productivity in mind, RestClientLib eliminates the complexity of HTTP callouts while providing powerful features like async processing, comprehensive testing utilities, and fluent API design.
44

5+
## Latest Release
56
## Latest Release
67
<!--LATEST-RELEASE-START-->
7-
<!--LATEST-RELEASE-START-->
8-
**Version:** 1.0.4
9-
**Tag:** v1.0.4
10-
**Release Type:** stable
11-
**Package Version ID:** 04tQm000002z5mPIAQ
12-
**Package:** [REST-API-Library-v1.0.4.zip](https://github.com/AndyHaas/RestClientLib/releases/download/v1.0.4/REST-API-Library-v1.0.4.zip)
13-
**Release Date:** 2025-09-24
14-
15-
### 🚀 Quick Install
16-
- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in production org
17-
- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in sandbox org
18-
- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass`
19-
20-
<details><summary>Change summary</summary>
21-
22-
**Package Version ID:** 04tQm000002z5mPIAQ
23-
24-
### Installation
25-
- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ)
26-
- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ)
27-
- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass`
28-
29-
### Changes
30-
- feat: update package alias with actual package ID (e6cde64) — Andy Haas
31-
- fix: remove invalid variables permission (8e2e7e9) — Andy Haas
32-
- fix: add variables write permission and improve package version creation (e5db917) — Andy Haas
33-
- feat: add comprehensive debugging and fix package creation command (e41b69b) — Andy Haas
34-
- feat: add automatic package creation and use unlocked packages (ee8ada2) — Andy Haas
35-
- fix: use vars instead of secrets for SF_PACKAGE1_ID (bdd6226) — Andy Haas
36-
- feat: add release types (stable/beta) and streamline workflows (d372165) — Andy Haas
37-
- docs: update README for v1.0.3 (265a33a) — github-actions
38-
[Compare changes](https://github.com/AndyHaas/RestClientLib/compare/v1.0.3...v1.0.4)
39-
</details>
40-
<!--LATEST-RELEASE-END-->
41-
<!--LATEST-RELEASE-START-->
42-
<!--LATEST-RELEASE-START-->
43-
**Version:** 1.0.4
44-
**Tag:** v1.0.4
45-
**Release Type:** stable
46-
**Package Version ID:** 04tQm000002z5mPIAQ
47-
**Package:** [REST-API-Library-v1.0.4.zip](https://github.com/AndyHaas/RestClientLib/releases/download/v1.0.4/REST-API-Library-v1.0.4.zip)
48-
**Release Date:** 2025-09-24
49-
50-
### 🚀 Quick Install
51-
- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in production org
52-
- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ) - Install in sandbox org
53-
- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass`
54-
55-
<details><summary>Change summary</summary>
56-
57-
**Package Version ID:** 04tQm000002z5mPIAQ
58-
59-
### Installation
60-
- **Production:** [https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ)
61-
- **Sandbox:** [https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ](https://test.salesforce.com/packaging/installPackage.apexp?p0=04tQm000002z5mPIAQ)
62-
- **CLI:** `sf package install --package 04tQm000002z5mPIAQ --wait 10 --installation-key-bypass`
63-
64-
### Changes
65-
- feat: update package alias with actual package ID (e6cde64) — Andy Haas
66-
- fix: remove invalid variables permission (8e2e7e9) — Andy Haas
67-
- fix: add variables write permission and improve package version creation (e5db917) — Andy Haas
68-
- feat: add comprehensive debugging and fix package creation command (e41b69b) — Andy Haas
69-
- feat: add automatic package creation and use unlocked packages (ee8ada2) — Andy Haas
70-
- fix: use vars instead of secrets for SF_PACKAGE1_ID (bdd6226) — Andy Haas
71-
- feat: add release types (stable/beta) and streamline workflows (d372165) — Andy Haas
72-
- docs: update README for v1.0.3 (265a33a) — github-actions
73-
[Compare changes](https://github.com/AndyHaas/RestClientLib/compare/v1.0.3...v1.0.4)
74-
</details>
75-
<!--LATEST-RELEASE-END-->
76-
<!--LATEST-RELEASE-END-->
778
<!--LATEST-RELEASE-END-->
789

7910
## What RestClientLib Does

0 commit comments

Comments
 (0)