You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Branch and RC Awareness to Version Lint & Fix Semver Regex (feast-dev#998)
* Update version lint script to detect maven, docker image and stable version .
* Allow users to lint versions against their merge branch of choice by branch TARGET_MERGE_BRANCH
* Update development image tag version from 'dev' to 'develop' to make it easier to lint version.
* Update lint version script to only echo file contents when version is wrong.
* Update lint script to flag all failures instead of just one.
* Remove file contents output from lint version script.
* Update lint version script to make output more concise and readable.
* Use develop images instead of stable images in master deployments.
* Update outdated documentation in serving readme.
* Fix outdated version in datatypes java README.md and add version lint check.
* Add version lint checks to documentation.
* Fix semver regex in github actions workflow not matching suffixless version tags.
* Add version lint check for latest stable version in changelog.
* Update lint-version script use tool agnostic variable names.
* Fix typo.
0 commit comments