Skip to content

Instantly share code, notes, and snippets.

@xdamman
Created February 7, 2019 15:46
Show Gist options
  • Save xdamman/9a6774d758c1333e651947ad5e104860 to your computer and use it in GitHub Desktop.
Save xdamman/9a6774d758c1333e651947ad5e104860 to your computer and use it in GitHub Desktop.
npx semantic-release mediumexporter
npx semantic-release
[4:44:39 PM] [semantic-release] › ℹ Running semantic-release version 15.13.3
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/npm"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "analyzeCommits" from "@semantic-release/commit-analyzer"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "generateNotes" from "@semantic-release/release-notes-generator"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/npm"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "success" from "@semantic-release/github"
[4:44:40 PM] [semantic-release] › ✔ Loaded plugin "fail" from "@semantic-release/github"
[4:44:40 PM] [semantic-release] › ⚠ This run was not triggered in a known CI environment, running in dry-run mode.
[4:44:40 PM] [semantic-release] › ⚠ Run automated release from branch master in dry-run mode
Username for 'https://github.com': xdamman
Password for 'https://xdamman@github.com':
[4:45:09 PM] [semantic-release] › ✔ Allowed to push to the Git repository
[4:45:09 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
[4:45:09 PM] [semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
[4:45:10 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
[4:45:10 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/github"
[4:45:10 PM] [semantic-release] [@semantic-release/github] › ℹ Verify GitHub authentication
[4:45:11 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/github"
[4:45:13 PM] [semantic-release] › ℹ Found git tag v0.1.6 associated with version 0.1.6
[4:45:13 PM] [semantic-release] › ℹ Found 1 commits since last release
[4:45:13 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[4:45:13 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analyzing commit: 1.0.0 (#14)
* add ability to parse entire feeds
* fix example
* add headers to output text
* create entry.js
* add support for gist embed
* escape backticks
* fix multiline code blocks
* escape gt and lt
* merge adjacent code blocks
* refactor: async/await, r2, download images
* fix output structure, make it @gohugoio friendly
* fix: readme and usage
* fix: regex matching, feed support, tests, scaffolding, version bump
* fix: regex matching, feed support, tests, scaffolding, version bump
* fix: remove entry.js and test.js, check if required as module or CLI call
* fix: travis was in wrong folder
* feat: parse and add links for mentioned medium users, prefer twitter
* chore: cosmetic changes
* chore: remove nyc output from repo
* feat: add featuredImage, refactor image downloads, fix post slugs/titles
* feat: add hugo and frontmatter options, fix github gist download. Use hugo shortcode for gists
* chore: enhance readme
[4:45:13 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ The commit should not trigger a release
[4:45:13 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ Analysis of 1 commits complete: no release
[4:45:13 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[4:45:13 PM] [semantic-release] › ℹ There are no relevant changes, so no new version is released.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment