release never completes
See original GitHub issueWhen executing a release (from the command-line), everything works fine, except the process never exits, it just hangs, see output at bottom of page. I have created a small test repo to highlight the problem.
Is this intentional? If not, what am I doing wrong?
Thanks in advance, for any help.
Release output
yarn run v1.16.0
$ semantic-release
[8:07:27 PM] [semantic-release] › ℹ Running semantic-release version 15.13.12
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/changelog"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/npm"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/git"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/changelog"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/git"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/npm"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/github"
[8:07:27 PM] [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/github"
[8:07:27 PM] [semantic-release] › ✔ Run automated release from branch master
[8:07:31 PM] [semantic-release] › ✔ Allowed to push to the Git repository
[8:07:31 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/changelog"
[8:07:31 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/changelog"
[8:07:31 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[8:07:31 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[8:07:31 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/github"
[8:07:31 PM] [semantic-release] [@semantic-release/github] › ℹ Verify GitHub authentication
[8:07:31 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/github"
[8:07:31 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/git"
[8:07:31 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/git"
[8:07:32 PM] [semantic-release] › ℹ Found git tag v1.1.0 associated with version 1.1.0
[8:07:32 PM] [semantic-release] › ℹ Found 1 commits since last release
[8:07:32 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[8:07:32 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit: feat(frontend): Add dependencies for project config
Added dev dependencies to configure code formatting via `Prettier`.
Added plugins to hook prettier into `eslint` as well.
[8:07:32 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ The release type for the commit is minor
[8:07:32 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analysis of 1 commits complete: minor release
[8:07:32 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[8:07:32 PM] [semantic-release] › ℹ The next release version is 1.2.0
[8:07:32 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:07:33 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:07:33 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/changelog"
[8:07:33 PM] [semantic-release] [@semantic-release/changelog] › ℹ Update /home/msmall/dev/projects/github/release-test/CHANGELOG.md
[8:07:33 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/changelog"
[8:07:33 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/npm"
[8:07:33 PM] [semantic-release] [@semantic-release/npm] › ℹ Write version 1.2.0 to package.json in /home/msmall/dev/projects/github/release-test
v1.2.0
[8:07:33 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/npm"
[8:07:33 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/git"
[8:07:33 PM] [semantic-release] [@semantic-release/git] › ℹ Found 2 file(s) to commit
[8:07:36 PM] [semantic-release] [@semantic-release/git] › ℹ Prepared Git release: v1.2.0
[8:07:36 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/git"
[8:07:36 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:07:37 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
[8:07:40 PM] [semantic-release] › ✔ Created tag v1.2.0
[8:07:40 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/npm"
[8:07:40 PM] [semantic-release] [@semantic-release/npm] › ℹ Skip publishing to npm registry as npmPublish is false
[8:07:40 PM] [semantic-release] › ✔ Completed step "publish" of plugin "@semantic-release/npm"
[8:07:40 PM] [semantic-release] › ℹ Start step "publish" of plugin "@semantic-release/github"
[8:07:41 PM] [semantic-release] [@semantic-release/github] › ℹ Published GitHub release: https://github.com/marksmall/release-test/releases/tag/v1.2.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
August release: Refresh never completes - Microsoft Power BI ...
Model works and refreshes in July release. Tried in August release on two machines and refresh never completes. Model contains links to Sharepoint....
Read more >Lil Bibby Says Juice Wrld's Album Title Has Been Changed ...
Lil Bibby says Juice Wrld's album title has been changed and will release with a documentary; 'The Party Never Ends' to arrive later....
Read more >Windows 98 release date set: June 25 | ITPro Today
According to TechWeb, the Windows 98 release date is set for June 25, with the release to manufacturing occurring on May 15th. Microsoft...
Read more >13 Completed Movies That Were Never Released - Screen Rant
13 Completed Movies That Were Never Released. By Ryan Lynch. Updated Aug 23, 2022. These movies have been shot, edited, and are ready...
Read more >Is there a release month given yet for The Party Never Ends? I ...
148 votes, 36 comments. 175K subscribers in the JuiceWRLD community. A subreddit for the late rapper Juice WRLD (Jarad Higgins). Dec. 2nd, 1998…...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A good way to debug is to run semantic-release with
--debug
. That will give you more information and help us to analyze.All the semantic-release repo use semantic-release themself. The are all open and you can check the logs of each on Travis.