Conversation
The "What's next" page links to the scrample tag v0.1.2-simple-app, which does not exist. Point to the latest existing release v0.1.1 instead so that newcomers land on a working checkout. Closes eclipse-score#3145
|
Same as #3242: first-time contributor, the workflow runs need a maintainer's approval (action_required) before CI can run. Thanks! |
|
Heads-up on a possible overlap: #3224 moves That is arguably the better long-term target, since it will not go stale when a new release is published. If #3224 lands first, this PR becomes obsolete and I will close it. Until then this one-line change is available if a quicker fix for #3145 is wanted. Happy to close it right away if you prefer to keep the fix consolidated in #3224 — just let me know. |
|
Documentation preview for this pull request is available at: |
Bugfix
Important
Use this template only for bugfixes that do not influence topics covered by change requests or improvements.
Description
The "What's next" page of the user's guide links to the scrample tag
v0.1.2-simple-app, which does not exist (404). As suggested in the issue, the link now points to the latest existing releasev0.1.1.Note: a fixed tag will go stale again with the next scrample release. If preferred, the link could instead point to https://github.com/eclipse-score/scrample/releases/latest, which always resolves to the newest release. Happy to change it.
Related ticket
closes #3145 (bugfix ticket)