-
-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: dev-build-deploy/commit-me
base: v1.3.0
head repository: dev-build-deploy/commit-me
compare: refs/heads/main
- 16 commits
- 15 files changed
- 2 contributors
Commits on Jan 17, 2024
-
fix: ignore both fixup! and merge commits
This commit updates the ignore patterns for both `fixup!` and merge commits. The latter supports the default commit message subjects as generated by GitHub, GitLab and BitBucket.
Configuration menu - View commit details
-
Copy full SHA for b1dec93 - Browse repository at this point
Copy the full SHA b1dec93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f09bd - Browse repository at this point
Copy the full SHA 27f09bdView commit details -
chore(deps): bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b321995 - Browse repository at this point
Copy the full SHA b321995View commit details -
chore(deps): bump actions/publish-action from 0.2.2 to 0.3.0
Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.2 to 0.3.0. - [Commits](actions/publish-action@v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 72060fe - Browse repository at this point
Copy the full SHA 72060feView commit details -
chore(deps): bump dev-build-deploy/reuse-me from 0 to 1
Bumps [dev-build-deploy/reuse-me](https://github.com/dev-build-deploy/reuse-me) from 0 to 1. - [Release notes](https://github.com/dev-build-deploy/reuse-me/releases) - [Commits](dev-build-deploy/reuse-me@v0...v1) --- updated-dependencies: - dependency-name: dev-build-deploy/reuse-me dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e5b2ac1 - Browse repository at this point
Copy the full SHA e5b2ac1View commit details
Commits on Jan 18, 2024
-
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for abc90ee - Browse repository at this point
Copy the full SHA abc90eeView commit details
Commits on Feb 7, 2024
-
chore(deps): bump commander from 11.1.0 to 12.0.0
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8fc01ac - Browse repository at this point
Copy the full SHA 8fc01acView commit details
Commits on Apr 2, 2024
-
feat: extend supported "nouns" as part of the scope
The Conventional Commits specification refers to "nouns" as supported in the Scope, however, the original implementation was limited to single words in lower case. With this commit we extend the definition to: > A noun is defined as a single word which can be capitalized or > contain hyphens
Configuration menu - View commit details
-
Copy full SHA for 38d4cb0 - Browse repository at this point
Copy the full SHA 38d4cb0View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee54847 - Browse repository at this point
Copy the full SHA ee54847View commit details -
fix(security): bump undici from 5.28.3 to 5.28.4
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.3...v5.28.4) Addresses the following CVEs: - CVE-2024-30260 - CVE-2024-30261 --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 56a8b6c - Browse repository at this point
Copy the full SHA 56a8b6cView commit details
Commits on Apr 10, 2024
-
fix: improve error handling for missing content
Use proper type handling for Request Errors provided by Octokit requests.
Configuration menu - View commit details
-
Copy full SHA for 1a8ee68 - Browse repository at this point
Copy the full SHA 1a8ee68View commit details
Commits on Jun 17, 2024
-
feat: support merges of remote branches
Co-authored-by: @tobias-kleinschmidt-fnt
Configuration menu - View commit details
-
Copy full SHA for 3e4b058 - Browse repository at this point
Copy the full SHA 3e4b058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558809d - Browse repository at this point
Copy the full SHA 558809dView commit details
Commits on Jun 21, 2024
-
chore(deps): bump simple-git from 3.24.0 to 3.25.0
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.24.0 to 3.25.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.25.0/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 744a57b - Browse repository at this point
Copy the full SHA 744a57bView commit details -
chore(deps): bump commander from 12.0.0 to 12.1.0
Bumps [commander](https://github.com/tj/commander.js) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v12.0.0...v12.1.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c4fc91 - Browse repository at this point
Copy the full SHA 5c4fc91View commit details
Commits on Jul 28, 2024
-
chore(deps): bump @dev-build-deploy/commit-it from 2.3.0 to 2.3.1
Bumps [@dev-build-deploy/commit-it](https://github.com/dev-build-deploy/commit-it) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/dev-build-deploy/commit-it/releases) - [Commits](dev-build-deploy/commit-it@2.3.0...2.3.1) --- updated-dependencies: - dependency-name: "@dev-build-deploy/commit-it" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cff98c4 - Browse repository at this point
Copy the full SHA cff98c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...refs/heads/main