[GH-ISSUE #66] http://semver.org/spec/v2.0.0-rc.1.html has v1.0.0-rc.1, is that intentional? #5169

Closed
opened 2026-06-15 11:08:18 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @dmitshur on GitHub (Jan 30, 2013).
Original GitHub issue: https://github.com/semver/semver/issues/66

I noticed the commit 24eda4f61d fixed this issue, and http://semver.org has 2.0.0-rc.1 as expected.

But if you manually navigate to http://semver.org/spec/v2.0.0-rc.1.html, it has 1.0.0-rc.1 there. Is that normal?

Originally created by @dmitshur on GitHub (Jan 30, 2013). Original GitHub issue: https://github.com/semver/semver/issues/66 I noticed the commit https://github.com/mojombo/semver/commit/24eda4f61d392b069aad317211cdd7389edf7a57 fixed this issue, and http://semver.org has 2.0.0-rc.1 as expected. But if you manually navigate to http://semver.org/spec/v2.0.0-rc.1.html, it has 1.0.0-rc.1 there. Is that normal?
Author
Owner

@haacked commented on GitHub (Mar 13, 2013):

Ha! I don't think so. Looks like a bug. The repository for semver.org is at https://github.com/mojombo/semver.org. Would you mind submitting a PR to fix it? You can do it all through the website even. :)

<!-- gh-comment-id:14857616 --> @haacked commented on GitHub (Mar 13, 2013): Ha! I don't think so. Looks like a bug. The repository for semver.org is at https://github.com/mojombo/semver.org. Would you mind submitting a PR to fix it? You can do it all through the website even. :)
Author
Owner

@dmitshur commented on GitHub (Mar 14, 2013):

Done. Updated with patch: https://github.com/mojombo/semver.org/pull/55

I'm not sure what you meant by "You can do it all through the website even. :)" though...

<!-- gh-comment-id:14876756 --> @dmitshur commented on GitHub (Mar 14, 2013): Done. Updated with patch: https://github.com/mojombo/semver.org/pull/55 I'm not sure what you meant by "You can do it all through the website even. :)" though...
Author
Owner

@haacked commented on GitHub (Mar 14, 2013):

I mean if you try and edit the page (I think this link will work https://github.com/mojombo/semver/edit/master/semver.md) GitHub will fork the project and provide an in-browser editor to make your change. When you make your commit, it'll send a pull request.

That way you don't have to clone things to your local machine for these non-code edits.

<!-- gh-comment-id:14881932 --> @haacked commented on GitHub (Mar 14, 2013): I mean if you try and edit the page (I think this link will work https://github.com/mojombo/semver/edit/master/semver.md) GitHub will fork the project and provide an in-browser editor to make your change. When you make your commit, it'll send a pull request. That way you don't have to clone things to your local machine for these non-code edits.
Author
Owner

@dmitshur commented on GitHub (Mar 14, 2013):

Ah, I see what you meant now. I've used that feature in the past (e.g. here and here), it's super convenient! I just didn't realize that repo had the semver.org source that I could fix directly. It's obvious in hindsight now. :) Thanks!

<!-- gh-comment-id:14884066 --> @dmitshur commented on GitHub (Mar 14, 2013): Ah, I see what you meant now. I've used that feature in the past (e.g. [here](https://github.com/liveprogramming/2013/pull/1/files) and [here](https://github.com/gittip/www.gittip.com/pull/625/files)), it's super convenient! I just didn't realize that repo had the semver.org source that I could fix directly. It's obvious in hindsight now. :) Thanks!
Author
Owner

@dmitshur commented on GitHub (Mar 14, 2013):

Damn, the problem with the website editor is that it automatically appends a newline which wasn't there before...

image

I guess I'll do it manually to avoid that problem.

Anyway, now there's a PR https://github.com/mojombo/semver.org/pull/55 with code to fix it. I got rid of the unintentional newline too. :)

<!-- gh-comment-id:14884651 --> @dmitshur commented on GitHub (Mar 14, 2013): Damn, the problem with the website editor is that it automatically appends a newline which wasn't there before... ![image](https://f.cloud.github.com/assets/1924134/257320/b693605a-8c53-11e2-891d-d1c8fac26020.png) I guess I'll do it manually to avoid that problem. Anyway, now there's a PR https://github.com/mojombo/semver.org/pull/55 with code to fix it. I got rid of the unintentional newline too. :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#5169