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: version document for latest version #649

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Conversation

sanyamjain300
Copy link
Contributor

@sanyamjain300 sanyamjain300 commented Jan 27, 2025

PR Checklist

  • Added label to the Pull Request for easier discoverability and search
  • Commit Message meets guidelines as indicated in the URL https://github.com/intel-retail/automated-self-checkout/blob/main/CONTRIBUTING.md
  • Every commit is a single defect fix and does not mix feature addition or changes
  • Unit Tests have been added for new changes
  • Updated Documentation as relevant to the changes
  • All commented code has been removed
  • If you've added a dependency, you've ensured license is compatible with repository license and clearly outlined the added dependency.
  • PR change contains code related to security
  • PR introduces changes that breaks compatibility with other modules (If YES, please provide details below)

What are you changing?

When directing to https://intel-retail.github.io/automated-self-checkout/latest will redirect user to the latest version release notes.

Issue this PR will close

close: #498

Anything the reviewer should know when reviewing this PR?

Test Instructions if applicable

Can test it by doing the github deploy and then using URL: https://intel-retail.github.io/automated-self-checkout/latest to test the working of code or else it can be tested locally by using the URL: '/latest'.

If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/automated-self-checkout )

@NeethuES-intel
Copy link
Contributor

@sanyamjain300 did you test this PR by github deploy and then using URL: https://intel-retail.github.io/automated-self-checkout/latest ? How did you test ?

@sanyamjain300
Copy link
Contributor Author

Actually I have tested it in localhost, shall I test it in github deploy too?

@NeethuES-intel
Copy link
Contributor

@sanyamjain300 did you test this PR by github deploy and then using URL: https://intel-retail.github.io/automated-self-checkout/latest ? How did you test ?

@sanyamjain300 we need this process automated with every github-deploy action. How does adding html page help ? Can you explain the concept ?
This is an issue with mkdocs deployment using mike tool for maintaining multiple versions of documentations. Whichever version gets deployed last is set as latest. More details in this PR - #504

@NeethuES-intel
Copy link
Contributor

Actually I have tested it in localhost, shall I test it in github deploy too?

@sanyamjain300 we need this process automated.

@sanyamjain300
Copy link
Contributor Author

Okay, I got it now. I will do the necessary updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Intermediate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants