The Wayback Machine - https://web.archive.org/web/20211012005929/https://github.com/topics/conventional-commits
Skip to content
#

conventional-commits

Here are 242 public repositories matching this topic...

lobotmcj
lobotmcj commented Aug 1, 2021

Description

A config option to include an additional question at the end of cz commit that displays the DCO and asks if the committer agrees to the DCO and, if yes, appends the line Signed-off-by: [NAME] <[EMAIL]> at the end of the commit message. [NAME] and [EMAIL] would be pulled from git config.

Possible Solutions

  1. See description.
  2. I suppose this could also be done inst
opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
oknozor
oknozor commented Sep 14, 2021

Is your feature request related to a problem? Please describe.
cog edit is not suited for repository that has not been following the conventional commit from the start.

Describe the solution you'd like
Allowing to edit commit from latest tag only would make it usable on a daily basis. Before push our code to remote or rebasing some changes etc.

cog edit --from-l

Improve this page

Add a description, image, and links to the conventional-commits 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 conventional-commits topic, visit your repo's landing page and select "manage topics."

Learn more