Marco Cesarato
d1bbc3a569
docs(tooling): add php-conventional-changelog to the tooling list ( #334 )
...
* chore: add php-conventional-changelog tool
I have created a PHP tool [php-conventional-changelog](https://github.com/marcocesarato/php-conventional-changelog ) to generate a changelog from a project's commit messages and metadata following the Conventional Commit and automate versioning.
I created it because I haven't found a similar solution for php.
* docs(tooling): add php-conventional-changelog to the tooling list
2021-03-18 12:09:34 +01:00
DeveloperC
3fc51504c0
docs: correcting casing on proper noun ( #335 )
...
Semantic Versioning is the name of the specification, hence it is a proper noun and this patch corrects the casing.
2021-03-17 16:54:19 +01:00
delong.wang
659483a245
feat(zh-hans): v1.0.0 zh-hans translation ( #312 )
...
Keeping up with new version of Conventional Commits.
Refine some translation, especially the Summary, it's so important that MUST use clear and precise expression.
Some terms see footers.
Conventional-Commit: 约定式提交
footer[s]: 脚注
scope: 范围, 不应该使用作用域, 面向人读的文档应该使用普通词汇.
token: 令牌
Specification: 规范
2021-03-17 16:52:12 +01:00
Dídac García
5a6e7bd7af
Fix: broken links ( #318 )
2021-03-17 16:50:45 +01:00
dependabot[bot]
4072b86be5
build(deps): bump yargs-parser in /themes/conventional-commits ( #351 )
...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases )
- [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-17 16:50:21 +01:00
dependabot[bot]
9b331adc52
build(deps): bump elliptic in /themes/conventional-commits ( #349 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-17 16:48:36 +01:00
Sergiy Kolesnikov
2a5f0308c7
fix: replace "refactor!" with "feat!" ( #350 )
...
Refactoring by definition "is the process of changing a software system in such a way that it does not alter the external behavior of the code..." So, a refactoring cannot introduce a breaking change, otherwise it is not a refactoring anymore. Using `refactor` commit type and the breaking change marker `!` is a contradiction.
2021-03-17 16:43:31 +01:00
DeveloperC
f0aeba39f8
docs: updating Conventional Commits Next Version blurb ( #330 )
2021-01-26 17:58:29 -08:00
syntaxval
15b6f030c4
docs: correct typo
2020-12-06 19:25:02 +01:00
Steve Azzopardi
08a19a6603
fix(tooling): Fix go-conventional-commit link ( #316 )
...
Fix the link, and a small typo about the description
2020-11-30 10:55:28 -08:00
Ahti Kitsik
a4c5ac4cc0
fix: typo ( #315 )
2020-11-23 15:23:16 -08:00
Daniel Nass
4560d1e799
feat(lang): add v1.0.0 brazilian portuguese (pt-br) language
2020-11-17 12:46:08 +01:00
Dj Gilcrease
3b7df82302
docs: Add several tools & libraries to the list
2020-11-12 01:27:06 +01:00
dependabot[bot]
313725e332
build(deps): bump dot-prop in /themes/conventional-commits
2020-11-10 10:42:16 +01:00
Adam Abrams
799bf8af1e
docs: add "Change" to tooling section ( #271 )
2020-11-10 10:40:21 +01:00
Damiano Petrungaro
4d4fc61ab0
feat(zh-hant): add translation for v1.0.0
2020-11-10 10:38:47 +01:00
Purwanto
6aabc6fed9
feat: add more project using conventional-commits
2020-11-10 10:36:59 +01:00
Mark
1881c51ec0
docs: update list of projects
2020-11-10 10:30:51 +01:00
Banst
1a2fd1976d
docs: add turbogit tool
2020-11-10 10:29:02 +01:00
Howie Zhao
0bd493b6f9
fix(zh): fix website display issues
2020-11-10 10:28:19 +01:00
Carlos Rodriguez Lopez
b55630ccb8
docs: adding Jenkins X to v1.0.0
2020-11-10 10:27:40 +01:00
Paul Delafosse
aa2f7e4b12
docs(tooling): add cocogitto to the tooling list
2020-11-10 10:24:49 +01:00
Yonggoo Noh
aa9f518b1a
fix(ko): typo
2020-11-10 10:23:36 +01:00
Yi-Pei
be847a2cbc
fix(zh-hant): enhance zh-hant translation ( #307 )
2020-11-10 10:22:46 +01:00
Salah Eddine Lachkar
ae1438f7f2
fix(content): add missing periods ( #308 )
2020-10-29 08:32:27 -07:00
Kobayashi Kazuhiro
15fc11c978
fix(ja): fixed incorrect Japanese
...
`間違えった` is not correct Japanese. `間違った` is the correct Japanese.
2020-10-08 00:46:24 +02:00
Camdan M
a2ba7b3b02
chore(readme): fix consistency/appearance
...
Make some minor changes to improve consistency and appearance. (Fix some weird brackets, and styling in the thank you section)
2020-10-08 00:45:54 +02:00
DeveloperC
ccce9d6eec
docs: adding Conventional Commits Next Version
...
Adding the tool Conventional Commits Next Version to the tooling section.
2020-09-20 17:12:31 +02:00
Chonlasith Jucksriporn
d6f80e8cac
fix(deps) add missing dependencies in Dockerfile ( #293 )
2020-08-27 20:57:43 -07:00
Chonlasith Jucksriporn
a9cea68bf7
feat(lang): small improvement to Thai translation
2020-08-12 02:10:28 +02:00
Chonlasith Jucksriporn
3043fa0cd9
feat(lang): add Thai translation
2020-08-10 11:56:34 +02:00
Iain Cardnell
c0226116f0
docs: add git-mkver to tooling
2020-08-09 19:35:23 +02:00
dependabot[bot]
2fdfbe2d03
build(deps): bump elliptic in /themes/conventional-commits
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-09 19:33:50 +02:00
Ming Tsai
d0049320c9
dosc(index): add autosort.netcore package
2020-07-27 16:42:20 +02:00
Wei Lee
8e491a7ae6
docs(tooling): add python implemented commitizen-tools as Tools
2020-07-27 16:40:46 +02:00
Charlike Mike Reagent
debf2d1871
docs: add tools for CC
2020-07-27 14:46:17 +02:00
Munieru
9807d999af
fix(ja): markdown syntax
2020-07-27 14:44:34 +02:00
Luca Trevisani
1982540512
docs(tooling): add several tools to the list
...
Add the following tools for Conventional Commits:
- commitizen/cz-cli
- commitizen-tools/commitizen
- commitlint
- gitlint
- semantic-release
2020-07-27 14:43:39 +02:00
Daniel Duarte
d3914564ff
docs: add @tandil/diffparse and @tandil/diffsplit to project list
2020-07-27 14:02:44 +02:00
Zeke Sikelianos
f38e1f1a88
docs: fix "ommitted" typo
2020-07-27 14:01:03 +02:00
jgoodman8
9c903f576c
Add pyhist to tooling list
2020-07-27 13:59:26 +02:00
dependabot[bot]
0516a13979
build(deps): bump lodash in /themes/conventional-commits
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-27 13:56:34 +02:00
Anton Alexandrenok
da65450797
docs: add undercut to projects
2020-07-27 13:55:47 +02:00
Shimmy
02b25a8eb3
feat: add uno-platform company to list
2020-04-24 14:11:43 +02:00
Shimmy
f03453b7ec
feat: add company uno-platform to list next
2020-04-24 14:11:43 +02:00
Damiano Petrungaro
2f203ae31a
fix: make v.1.0.0 public again on the website
2020-04-20 17:23:17 +02:00
Damiano Petrungaro
3c2268977a
Rollback v1.0 changes
2020-04-20 17:10:46 +02:00
vivaxy
de2d154265
docs: add VSCode Conventional Commits
2020-04-09 18:11:48 -07:00
Junwoo Ji
5b74ad2273
fix(ko): added a missing backtick ( #257 )
2020-04-09 18:10:42 -07:00
Umut Işık
9c925e961d
feat: add turkish translation to v1.0.0
2020-04-09 18:06:19 -07:00