lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.53k stars 1.47k forks source link

Do not generate new documentation version for "pre-releases" #1408

Closed msa0311 closed 3 years ago

msa0311 commented 3 years ago

What would you like to be added: Add a check to GH-Action which ensures that the documentation is not generated for "pre-releases" after GA release of Lens 4.0.0.

Why is this needed: Reduce the amount of visible tags in documentation to not confuse readers.

Environment you are Lens application on:

Developer Hint: Just remove the comments in .github/workflows/main.yml line 55 and 60 to skip doc generation for pre-releases.

Nokel81 commented 3 years ago

Why is the issue marked as a blocker for 4.0.0 when the issue description explicitly says that it is post 4.0.0 work?