department-of-veterans-affairs / va-mobile-library

https://department-of-veterans-affairs.github.io/va-mobile-library/
ISC License
0 stars 0 forks source link

DS - Add version override to Publish workflow #241

Open narin opened 3 months ago

narin commented 3 months ago

Description

Our publish workflow is currently set up to increment our package versions by patch, minor, and major increments. It determines this by checking the latest version on NPM. There are situations where we might want to change the version by a different increment (linting rules) or add a patch to an older version. We should update the workflow to allow for a version override.

Acceptance Criteria

- [ ] Update Publish workflow to allow for manually provided version which skips the latest version check