Skip to content

Releases: juancarlosjr97/release-it-containerized

0.5.0-beta.0

18 Feb 19:55
adb002d
Compare
Choose a tag to compare
0.5.0-beta.0 Pre-release
Pre-release

0.5.0-beta.0 (2024-02-18)

Features

  • updating npm configuration to environmental variables to avoid error executing on a npm workspace (2609baf)

Documentation

  • updating CHANGELOG license badge (6699ed1)
  • updating CHANGELOG license badge [skip ci] (6679d4f)

Code Style Changes

  • adding missing start of the yaml document [skip ci] (413ffd1)

0.4.4

17 Feb 12:16
bf3b7e2
Compare
Choose a tag to compare

0.4.4 (2024-02-17)

Chores

  • adding to readme codacy for project and code quality (06adbd8)

0.4.3

16 Feb 22:47
4e33482
Compare
Choose a tag to compare

0.4.3 (2024-02-16)

Code Refactoring

  • updating context to release-it-containerized (f49cca8)

0.4.2

16 Feb 06:57
66bad45
Compare
Choose a tag to compare

0.4.2 (2024-02-16)

Chores

  • deps: update node.js to v20.11.1 (1914931)

0.4.1

13 Feb 22:15
5b87eed
Compare
Choose a tag to compare

0.4.1 (2024-02-13)

Documentation

  • adding code of conduct [skip ci] (d120723), closes #14

0.4.0

11 Feb 20:24
ae6dad0
Compare
Choose a tag to compare

0.4.0 (2024-02-11)

Features

  • updating gh action to make the gh token as optional (f83f7a3)

Documentation

  • improvements to the documentation for the input variables to run the tool (da6ba47)

0.3.0

11 Feb 19:59
9c55137
Compare
Choose a tag to compare

0.3.0 (2024-02-11)

Features

  • adding renovate to automated dependency management and releases (4ae2dbf), closes #9

0.2.2

11 Feb 19:35
d45ab9e
Compare
Choose a tag to compare

0.2.2 (2024-02-11)

Chores

  • sorting a-z variables and inputs (025ccfd)

Documentation

  • adding usage and example to run with GitHub Actions (fd48974), closes #7

0.2.1

11 Feb 17:55
f207869
Compare
Choose a tag to compare

0.2.1 (2024-02-11)

Chores

  • change sorting for type of changes for priority structure (2d5748f)

0.2.0

11 Feb 14:21
96ff5fd
Compare
Choose a tag to compare

0.2.0 (2024-02-11)

Bug Fixes

  • fixing incorrect image repository to the action (740424d), closes #7

Code Refactoring

  • adding back silent to npm install to container entry point script (ec9c67d)
  • replacing SSH_PRIVATE_KEY_FILE to SSH_PRIVATE_KEY (277c000)

Continuous Integration

  • improving release flow to run when test workflow has passed (e16c20f)

Features

  • adding template for github action (c6dd699), closes #7