zregvart commented on pull request #505: URL: https://github.com/apache/camel-website/pull/505#issuecomment-741754820
Thanks, this will do the desired effect, but we also need binaries for 0.6.1 uploaded to dist, otherwise we'll serve a broken link. Either that or we need to modify the template and add make this conditional. For example we do this for sha1 vs sha512 hash files: https://github.com/apache/camel-website/blob/03a69996594433ecdd078f6f4384f56f562acec9/layouts/partials/releases/downloads.html#L1-L2 https://github.com/apache/camel-website/blob/03a69996594433ecdd078f6f4384f56f562acec9/layouts/partials/releases/downloads.html#L125-L128 A bit more _proper_ way of making this conditional would be to add the condition to the `release-categories.yaml`, i.e. something like `from: 2021-01-01`, and choose in the template based on that and the release date. This would then work for the sha1/sha512 and for future cases when we change something about the dist. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org