Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency commitplease to v3 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commitplease 2.3.0 -> 3.2.0 age adoption passing confidence

Release Notes

jzaefferer/commitplease

v3.2.0

Compare Source

v3.1.0: Self-install fix

Compare Source

This release fixes the self-install issue which was preventing TravisCI from running tests.

Refs: https://github.com/jzaefferer/commitplease/pull/98

v2.7.10

Compare Source

v2.7.9

Compare Source

v2.7.8

Compare Source

v2.7.6

Compare Source

v2.7.5

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.0: Global install support

Compare Source

This release enables commitplease to be installed globally and be manually executed from console (previously it was always executed automatically as a git hook). Global executable respects repo-local settings and can check more than just the latest commit:

Use case command
Check all commits on branch master commitplease master
Check all commits on branch feature that are not on master commitplease master..feature
Check all commits on current branch that are not on master commitplease master..HEAD
Check the latest 1 commit commitplease -1
Check all commits between 84991d and 2021ce commitplease 84991d..2021ce
Check all commits starting with 84991d commitplease 84991d..

Here you can read more about git commit ranges. To start using global executable, install it with

npm install -g commitplease

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.0: Angular support

Compare Source

This release introduces the style option, defaulting to jquery (as before), adding the angular alternative. This preset matches the Angular commit message style guide. To start using this, set the style property in your package.json:

{
  "name": "my-package",
  "devDependencies": {
    "commitplease": "2.5.0"
  },
  "commitplease": {
    "style": "angular"
  }
}

v2.4.0

Compare Source

v2.3.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/commitplease-3.x branch from 0c50ee1 to 82aba8d Compare March 9, 2022 07:57
@renovate
Copy link
Author

renovate bot commented Mar 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant