Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic versioning for feathr #176

Open
blee1234 opened this issue Apr 27, 2022 · 0 comments
Open

Dynamic versioning for feathr #176

blee1234 opened this issue Apr 27, 2022 · 0 comments
Assignees

Comments

@blee1234
Copy link
Collaborator

blee1234 commented Apr 27, 2022

Right now feathr version is hardcoded. There are plugins such as https://github.com/sbt/sbt-dynver or https://github.com/sbt/sbt-git that will let us automatically update the version.

Things to be aware of are any configurations that depend on our hardcoded versions, such as the feathr_config.yaml file, which references the 0.1.0 jar.

Potential options, is to auto generate this feathr_config.yaml as part of the assembly, such that it always references the latest version, or be able to have a dynamic version reference in the config.

Dynamic versioning would be beneficial for publishing to maven, as maven requires unique versions for releases

@blee1234 blee1234 self-assigned this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant