Skip to content

docs: use correct variable in Gitlab CI example (#3083)#3084

Merged
escapedcat merged 1 commit intoconventional-changelog:masterfrom
ddsultan:patch-1
Mar 21, 2022
Merged

docs: use correct variable in Gitlab CI example (#3083)#3084
escapedcat merged 1 commit intoconventional-changelog:masterfrom
ddsultan:patch-1

Conversation

@ddsultan
Copy link
Copy Markdown
Contributor

@ddsultan ddsultan commented Mar 20, 2022

Resolves #3083

Description

Motivation and Context

Usage examples

// commitlint.config.js
module.exports = {}; // default
echo "fix: update dependencies

  - package 1
  - package 2
" | npx commitlint # fails (warning)

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@escapedcat escapedcat merged commit 84fc7a4 into conventional-changelog:master Mar 21, 2022
@escapedcat
Copy link
Copy Markdown
Member

Thanks!

/cc @Pascalmh fyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

False positive warning with the current Gitlab CI example

2 participants