stikkyapp/Update pubspec version
This action updates the pubspec version with different strategies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| strategy | The strategy to use to update the version. Can be major, minor, patch, or none. | no | none |
| bump-build | Whether to bump the build number. | no | false |
| path | The path to the pubspec.yaml file. | no | ./pubspec.yaml |
Outputs
| name | description |
|---|---|
| old-version | The old version. |
| new-version | The new version. |