mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-24 06:40:53 -05:00
[GH-ISSUE #260] Web site doesn't show 1.0.0 #4156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jskeet on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/conventional-commits/conventionalcommits.org/issues/260
As noted in #200, version 1.0.0 of the spec has shipped. The content is even present.
Unfortunately, https://conventionalcommits.org redirects to https://www.conventionalcommits.org/en/v1.0.0-beta.4/, and https://www.conventionalcommits.org/en/v1.0.0 gives a "page not found".
Hopefully this is a simple matter of fixing a config entry as mentioned by @damianopetrungaro.
@damianopetrungaro commented on GitHub (Apr 20, 2020):
Fixed on #261
Still missing where it got deleted tbh 👀
@ghost commented on GitHub (Jul 28, 2020):
Does this need to be reopened? I'm getting 404 on https://www.conventionalcommits.org/en/v1.0.0 again.
@damianopetrungaro commented on GitHub (Jul 28, 2020):
Yes please, let me take a look ASAP
On Tue, Jul 28, 2020, 09:51 Ben McKernan notifications@github.com wrote:
@damianopetrungaro commented on GitHub (Aug 9, 2020):
Looks like it is solved, sometimes the build is not idempotent.
I need to debug HUGO for that (or the theme), thanks for letting me know!