Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: release-it/conventional-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.0.1
Choose a base ref
...
head repository: release-it/conventional-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.0.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 7, 2023

  1. Copy the full SHA
    fa034ed View commit details

Commits on Sep 21, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bdd80bd View commit details
  2. Release 7.0.2

    webpro committed Sep 21, 2023
    Copy the full SHA
    0d2f582 View commit details
Showing with 5 additions and 3 deletions.
  1. +3 −1 README.md
  2. +2 −2 package.json
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,9 @@ In the [release-it](https://github.com/release-it/release-it) config, for exampl
```json
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"preset": {
"name": "angular"
},
"infile": "CHANGELOG.md"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@release-it/conventional-changelog",
"version": "7.0.1",
"version": "7.0.2",
"description": "Conventional changelog plugin for release-it",
"type": "module",
"exports": {
@@ -35,7 +35,7 @@
},
"dependencies": {
"concat-stream": "^2.0.0",
"conventional-changelog": "^5.0.0",
"conventional-changelog": "^5.1.0",
"conventional-recommended-bump": "^8.0.0",
"semver": "^7.5.4"
},