vemonet / setup-spark

:octocat:✨ Setup Apache Spark in GitHub Action workflows
https://github.com/marketplace/actions/setup-apache-spark
MIT License
20 stars 11 forks source link

Action Release Version not up to date #23

Closed benjamincitrin closed 1 year ago

benjamincitrin commented 1 year ago

The latest release (v1) does not include multiple newly-solved issues. A new release version should be added that includes the latest changes.

benjamincitrin commented 1 year ago

@vemonet Do you agree? Maybe release version 1.1?

vemonet commented 1 year ago

Thanks for the notification @benjamincitrin

I upgraded to v1.1.0 to follow semantic versioning concepts

I would expect that using uses: vemonet/setup-spark@v1 in a workflow will now pick up the tag v1.1.0 instead of the tag v1 (it seems like this is what major action are doing: https://github.com/actions/setup-python/releases)

benjamincitrin commented 1 year ago

Excellent, thank you @vemonet