-
Notifications
You must be signed in to change notification settings - Fork 498
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
Mismatch between master and releases #2511
Comments
Which attribute? I try to remember to add I'm not sure there's a great solution here. The readme will always reflect what's in master, and the manual at |
This could be solved by reserving https://martinvonz.github.io/jj/v0.24.0/ https://martinvonz.github.io/jj/prerelease/ I'm not sure if the book UI that is used for the |
I changed the action workflows to only publish to just.systems on release in #2516. It's slightly annoying that between releases the docs will lag, but I think probably better than the confusion that can arise with unreleased features, and if it's annoying, we can always change it back. |
I ran into a confusing situation where I was trying to use the example from both the readme on github, and the manual book site for the
working-directory
attribute, and it simply said the attribute did not exist, despite using the latest release ofjust
. I realized this attribute has been added since the latest release, and resolved my issue by installingjust
withcargo install just --git https://github.com/casey/just.git
, specifying that it should be built from git.Ideally, I think the latest documentation should reflect the latest release, rather than things that have not yet been released. This would have avoided the confusion. Though, this also would have made it less likely for me to find the
working-directory
attribute, so maybe it is just time for a new release :-)The text was updated successfully, but these errors were encountered: