intuit / intuit/auto

Changelog only generates the title but did not generate content

Open
#2,245 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
2.5k
Forks
221
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

Changelog only generates the title but did not generate content when using Github PR Merge(Merge pull request button)

**To Reproduce**

1. next branch commit 'feat: feature 11'
2. create pull request on github
3. click **Merge pull request** button(Not Rebase merge or Squash merge)
4. git switch main && git pull
5. npx auto shipit

**Expected behavior**

Changelog should generates content

**Screenshots**

![image](https://user-images.githubusercontent.com/43369548/183623432-c58d6f38-ec51-4c6d-8ef0-ba7223a9c7ac.png)

![image](https://user-images.githubusercontent.com/43369548/183627420-8926ab86-c587-4add-a91c-2b9df2fa5a36.png)

**Environment information:**

GitHub Codespace Environment

```txt
// package.json
"devDependencies": {
"@auto-it/conventional-commits": "10.37.4",
"@auto-it/omit-commits": "10.37.4",
"auto": "10.37.4"
}
```
```txt
// auto.config.js
plugins: [
// ['omit-commits', { labels: 'skip-release' }],
'conventional-commits',
'released',
'npm',
]
```

**Additional context**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.