Skip to content

Latest commit

 

History

History
318 lines (142 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

318 lines (142 loc) · 12.5 KB

4.1.1 (2024-09-25)

Bug Fixes

  • default use semantic-release@24 (c22487b)

4.1.0 (2024-03-19)

Bug Fixes

  • fix syntax error for importing (4297675)

Features

  • add repository_url input (8dffec4)

4.0.0 (2023-08-31)

Features

  • update node version on runner to 20 (0c20554)

BREAKING CHANGES

  • set the default node version to 20

3.4.2 (2023-03-30)

Bug Fixes

  • fix installation error for npm-audit (86a0e59), closes #159

3.4.1 (2023-03-30)

Bug Fixes

  • windUpJob: set last_release outputs before returning (91e3dc6)

3.4.0 (2023-03-15)

Features

3.3.0 (2023-03-07)

Features

  • support for option tagFormat (ed38eb0)

3.2.0 (2022-11-04)

Features

  • added gitHead and gitTag outputs (385af4f)

3.1.2 (2022-10-19)

Bug Fixes

  • actions: update @actions/core to cope with new output (3e7aded)

3.1.1 (2022-08-30)

Bug Fixes

  • set last_release_version output even if no release has been published (b1467cd)

3.1.0 (2022-08-05)

Features

  • handle versioned extends inputs correctly (4a51b9f)

3.0.0 (2022-03-03)

Features

  • switch operating environment to node16 (b5f16ae), closes #92 #96

BREAKING CHANGES

  • switch operating environment to node16

2.7.0 (2021-12-12)

Features

2.6.0 (2021-10-15)

Features

  • add output for last release version (f8175c6)

2.5.4 (2021-04-30)

Bug Fixes

  • use error loglevel for installing dependencies (ed6729b), closes #57

2.5.3 (2020-11-16)

Bug Fixes

  • fix a type error when nextRelease is undefined (f1ae39a)

2.5.2 (2020-11-12)

Bug Fixes

  • use silent installation to prevent npm WARN (7ca507d), closes #48

2.5.1 (2020-11-12)

Bug Fixes

  • deps: upgrade dependencies (2a98893), closes #44

2.5.0 (2020-07-02)

Features

  • outputs: add new_release_channel (ae40dc6)

2.4.2 (2020-07-02)

Bug Fixes

  • new_release_patch_version: fix the problem of inaccurate new_release_patch_version (5da0ac5)

2.4.1 (2020-05-01)

Bug Fixes

  • deps: Update @actions/core to ^1.2.4 (00f8039)

2.4.0 (2020-04-30)

Bug Fixes

  • fixes rebase mistake for import of renamed func (ddb8d28)

Features

  • added ability to use the "extends" settings (32db8a4)

2.3.0 (2020-03-21)

Features

  • branches: support branches of semantic-release v16+ (706c0ef), closes #24 #25

2.2.0 (2020-03-15)

Features

  • add release notes to output (a56320d)

2.1.3 (2020-01-19)

Bug Fixes

  • branch: parameter branch does not work in semantic v16 (3e27c51), closes #15 #15

2.1.2 (2020-01-13)

Bug Fixes

2.1.1 (2020-01-13)

Bug Fixes

  • install: uninterrupted installation errors (3a7ccd6)

Performance Improvements

  • use the latest version of semantic-release by default (600e4f0)

2.1.0 (2019-10-31)

Features

  • inputs: add semantic_version to specify version range(#3) (55e8862)

2.0.3 (2019-10-28)

Bug Fixes

  • inputs: adjust the default for the "branch" configuration (e5c555a)

2.0.2 (2019-10-26)

Bug Fixes

  • .npmrc: modify wrong cwd for exec (6cfcf38)

2.0.1 (2019-10-26)

Bug Fixes

2.0.0 (2019-10-21)

Styles

  • outputs: uniform outputs to underline format (4cea44f)

BREAKING CHANGES

  • outputs: uniform outputs to underline format

Before:

outputs:

  • new-release-published:
  • new-release-version
  • new-release-major-version
  • new-release-minor-version
  • new-release-patch-version

After:

outputs:

  • new_release_published:
  • new_release_version
  • new_release_major_version
  • new_release_minor_version
  • new_release_patch_version

1.3.1 (2019-10-21)

Bug Fixes

  • release: bad substitution (575492b)

1.3.0 (2019-10-21)

Features

  • outputs: Add outputs related to new release version (12a1a39)

1.2.1 (2019-10-18)

Bug Fixes

  • branch v1: push updates to v1 branch after releases(#1) (bb964eb)

1.2.0 (2019-10-18)

Features

  • dry_run: add a new input - "dry_run" (65686aa)

1.1.0 (2019-10-17)

Features

  • add a new output - "new-release-published" (be8f403)

1.0.0 (2019-10-17)

Bug Fixes

  • src/index.js: remove 'stream-buffers' (d2cecad)

Features