mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #2] [MERGED] feat: use semver.org as a basis for conventionalcommits.org #237
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?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/2
Author: @bcoe
Created: 4/3/2017
Status: ✅ Merged
Merged: 4/8/2017
Merged by: @bcoe
Base:
master← Head:conventional-commits-spec📝 Commits (10+)
ba53297feat: use semver.org as a basis for conventionalcommits.orgaf3cfd3chore: fix typo unlease -> unleash8402359docs: add clarifications to FAQ (#6)1535443chore: switch to using Jekyll plugins directly, rather than using github-pages (#7)69e0477chore: another pass of edits3566644chore: a couple more edits based on @stevemao's feedback8281112docs: captitalize semver appropriately5dd9294docs: fix typo877d8ecdocs: reason's 5 and 6 were pretty close, I think we can drop one0d9c350docs: rephrase one of the FAQ questions a bit📊 Changes
50 files changed (+3079 additions, -5 deletions)
View changed files
➕
.gitignore(+2 -0)➕
CNAME(+1 -0)➕
Gemfile(+41 -0)➕
Gemfile.lock(+161 -0)➕
Procfile(+1 -0)📝
README.md(+36 -5)➕
Rakefile(+5 -0)➕
_config.yml(+30 -0)➕
_config_local.yml(+2 -0)➕
_layouts/default.html(+48 -0)➕
_site/CNAME(+1 -0)➕
_site/README.md(+28 -0)➕
_site/css/blueprint/ie.css(+35 -0)➕
_site/css/blueprint/print.css(+29 -0)➕
_site/css/blueprint/screen.css(+257 -0)➕
_site/css/lang/ar.css(+30 -0)➕
_site/css/lang/zh-CN.css(+3 -0)➕
_site/css/lang/zh-TW.css(+3 -0)➕
_site/css/main.css(+95 -0)➕
_site/css/screen.css(+60 -0)...and 30 more files
📄 Description
Using semver.org as a jumping off point, @jameswomack and I sat down this weekend and took a stab at some of the initial content for conventionalcommits.org (which I've bought the domain name for).
Here's what I think the next steps are:
./index.md.conventional-changelog.github.ioURL I believe (I think some sites like CloudFlare assume you are using this canonical address).--conventional-commitsflag we added to lerna?, and @jameswomack perhaps you could update unleash's docs?).I'm excited about this spec! I think we're putting a flag in the ground for the community, and regardless of the release management tool people use, this will help encourage more standardization between projects.
Look forward to feedback, CC: @JaKXz, @evocateur, @Tapppi, @stevemao, @jameswomack, @boennemann, @ajoslin.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.