mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: add latest tag action (#11148)
* add latest tag action * update documentation with latest tag info * Python in docs doesn't need v3 reference * add check that latest tag is truly a later version * remove rc from acceptable tags * move tag script to seperate file * add a check that the tag exists
This commit is contained in:
committed by
GitHub
parent
1a20552c2b
commit
895fa19d8d
@@ -329,3 +329,5 @@ Finally, so the Github UI reflects the latest release, you should create a relea
|
||||
tag corresponding with the new version. Go to https://github.com/apache/incubator-superset/tags,
|
||||
click the 3-dot icon and select `Create Release`, paste the content of the ANNOUNCE thread in the
|
||||
release notes, and publish the new release.
|
||||
|
||||
At this point, a GitHub action will run that will check whether this release's version number is higher than the current 'latest' release. If that condition is true, this release sha will automatically be tagged as `latest` so that the most recent release can be referenced simply by using the 'latest' tag instead of looking up the version number. The existing version number tag will still exist, and can also be used for reference.
|
||||
|
||||
Reference in New Issue
Block a user