1.6.0 • Published 2 years ago

@editframe/shared-internal v1.6.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

Editframe Shared Internal

Installation

npm install @editframe/shared-internal

or

yarn add @editframe/shared-internal

Commit Messages and Semantic Release

The semantic-release package is used for issuing git tags and releases, as well as publishing the NPM package. It determines the next version number automatically by checking the commit messages for special tags that you must include.

Release Types

  • patch: 1.0 -> 1.0.1
  • minor: 1.0 -> 1.1
  • breaking: 1.0 -> 2.0

Semantic Release Tags

  • build: patch
  • chore: none
  • ci: patch
  • docs: minor
  • feat: minor
  • fix patch
  • perf: patch
  • refactor: patch
  • revert: patch
  • style: patch
  • test: patch
  • BREAKING CHANGE: breaking

When you are committing a change that breaks the current public API of the package, you must add an additional line below the main commit message with an explanation of the breaking changes, prefixed with the BREAKING CHANGE: tag.

Example commit

feat: adds new feature

Example breaking commit

feat: makes xy change

BREAKING CHANGE: this changes the x parameter of type y
1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago