Skip to content
#

semver

Here are 700 public repositories matching this topic...

pvdlg
pvdlg commented Feb 10, 2018

Most of the documentation has been rewritten recently. The content minimum content we need is there but there is a lot that can be done to improve it.

If you'd like to contribute to the semantic-release project, helping with the following would be much appreciated:

  • Fix typo, misspelling and gramatical mistakes
  • Improve language: make short and simpler sentences, improve clarity
  • Harmoniz
CanisHelix
CanisHelix commented Mar 8, 2022

Description

I have pre-commit hooks to enforce LF line endings, this fails on every commitizen commit as it writes CRLF on windows. An option to configure this would be good.

Possible Solution

Hacky, but I have customized my local commitizen and found all instances of open and added newline='\n' to them if they are w opens. And option in the .cz.yaml to specify this would be the o

good first issue feature
JamesBurnside
JamesBurnside commented Feb 27, 2021

Currently the change folder is at (getWorkspaceRoot(cwd) || gitRoot)/change.
This is typically <repo root>/change

It would be great to have a configuration option to set this, to allow something like:
<repo root>/common/changeFiles/

A configuration option could look something like:

Option Type Alias Default Option Type Description
changeFold
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the semver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semver topic, visit your repo's landing page and select "manage topics."

Learn more