https://github.com/trailheadapps/github-action-sfdx-packaging-updater
Github Action that removes legacy package versions from sfdx-project.json
https://github.com/trailheadapps/github-action-sfdx-packaging-updater
Last synced: about 1 year ago
JSON representation
Github Action that removes legacy package versions from sfdx-project.json
- Host: GitHub
- URL: https://github.com/trailheadapps/github-action-sfdx-packaging-updater
- Owner: trailheadapps
- License: cc0-1.0
- Created: 2019-11-30T19:15:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T06:51:07.000Z (about 2 years ago)
- Last Synced: 2025-03-24T18:52:36.975Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.2 MB
- Stars: 17
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# sfdx-packaging-updater
This Github Action is a helper action to extract remove not needed package versions from the `sfdx-project.json` file. It also updates any references in the README to the latest available package version.
## Outputs
This action provides one output:
- `isSuccess` - true if the result status code equals 0.
## Example
```yml
# Update sfdx-project.json and README to use only latest package version
- name: 'Extract package:version:create result data'
id: packaging-updater
uses: trailheadapps/github-action-sfdx-packaging-updater
```