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

Fix the docs to reference latest version and make it a little easier to manage #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JackMead
Copy link

The key intent here was to make sure the latest version was actually the one displayed in the docs, as I had an issue with this recently caused by confusion when we thought 1.0.0 was the latest version but discovered the arguments etc. all shown on the Readme were out of sync with that version. I then wanted to make it a little more sustainable rather than bumping this doc for every minor/patch release, so have suggested extending the action to automatically move the major version tag (e.g. V2) whenever a minor/patch is released, as per the suggestion in the docs so that future users can just ask for v2 and consistently receive the most up to date version despite no change to the current release process.

Happy to limit this to just the doc change (but tweaked to point to a specific minor version) if you'd rather not add the other section

Comment on lines +12 to +13
with:
fetch-depth: 0
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary for the extract-version-from-tag-action@v1.0.0 action

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

Successfully merging this pull request may close these issues.

1 participant