Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

semantic-release-config-logdna

logdna27SEE LICENSE IN LICENSE1.3.0

Semantic Release shareable configuration for logdna npm packages

configuration, git, github, npm, release, semantic-release, semver, shareable

readme

semantic-release-config-logdna

All Contributors

semantic-release

Semantic Release shareable configuration for logdna node packages

Baseline shareable semantic-release configuration for logdna node packages. This configuration pre-configures the commits parser and release notes.

The shareable configuration can be configured in the semantic-release configuration file:

Installation

$ npm install --save-dev semantic-release semantic-release-config-logdna
// package.json
{
  "release": {
    "branches": ["main"],
    "extends": "semantic-release-config-logdna"
  }
}

Features

  • Parse un-merged commits to determine next release version
    • The version number is dictated by the commit with the highest semver level
  • Increments the version of package.json
  • Generates + updates Changelog
    • Includes github issue links for defined issue Keys (close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved, ref)
    • Includes links to commit sha
    • Organizes changes by type
  • Commits standardized release commit back upstream
  • Attaches any build artifacts placed in ./dist to the release

Commit Types

Commit Type Changelog Category
feat Features
fix Bug Fixes
perf Performance Improvements
revert Reverts
doc Documentation
refactor Code Refactoring
test Tests
build Build System
ci Continuous Integration
chore Chores
<default> Miscellaneous

Authors

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Eric Satterwhite

📖 💻 ⚠️ 🚧

Mike Del Tito

📖 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

changelog

Changelog

1.3.0 (2021-04-30)

Features

  • add coverage json files to releases 2ad784b - Evan Lucas

1.2.0 (2021-04-29)

Chores

Features

  • github: attach all assets in ./dist to release 8206fff - Mike Del Tito, closes: #9

1.1.1 (2021-02-25)

Bug Fixes

  • rules: map any breaking changes to a major version bd2b31a - Eric Satterwhite

1.1.0 (2021-02-11)

Features

  • package: add mike del tito as a contributor 836f4f8 - Eric Satterwhite

Miscellaneous

  • add @esatterwhite as a contributor d3268b4 - Eric Satterwhite
  • add @mdeltito as a contributor 4a8f6b9 - Eric Satterwhite

1.0.2 (2021-02-11)

Bug Fixes

  • commit: the bang (!) indicates a breaking change 034b30d - Eric Satterwhite, closes: #5

1.0.1 (2021-02-10)

Bug Fixes

  • update package name globally a9598fa - Mike Del Tito

Documentation

  • update installation instructions 0aba75a - Mike Del Tito

1.0.0 (2021-02-09)

Bug Fixes

  • ci: fix incorrect reference to npm credentials 7ab073c - Eric Satterwhite

Features

  • pkg: initial release config d07807b - Eric Satterwhite

Miscellaneous