Skip to content

Releases: juancarlosjr97/release-it-containerized

0.1.1-beta.0

11 Feb 11:37
a6c987e
Compare
Choose a tag to compare
0.1.1-beta.0 Pre-release
Pre-release

0.1.1-beta.0 (2024-02-11)

Code Refactoring

  • replacing SSH_PRIVATE_KEY_FILE to SSH_PRIVATE_KEY (277c000)

0.1.0

11 Feb 09:43
6df6b03
Compare
Choose a tag to compare

0.1.0 (2024-02-11)

Chores

  • adding .gitignore (1212138)
  • adding VERSION file to keep track of version on the project (b658d39)
  • replacing release it with JS file to handle preRelease configuration (14e31db)
  • updating test workflow name (6e3710d), closes #4

Code Refactoring

  • moving tag and build directory to the last bit (b7690f4), closes #4
  • setting docker run as multiline (99bc954), closes #4
  • standarizing messages when GPG or SSH is not set (4b50741), closes #4

Code Style Changes

  • formatting correctly script to run docker on the workflow (9d55c88), closes #4
  • formatting yaml file (d5d1271), closes #4
  • formatting yaml file with correct indentation (2952169), closes #4

Continuous Integration

  • adding beta workflow to release beta version (16c2584), closes #4
  • adding fetch-depth as 0 to get all history (8c24add), closes #4
  • adding ghcr.io to tag for build image for GitHub registry (d367f21), closes #4
  • adding initial workflow to test the build of the image (567c7ac), closes #4
  • adding permissions to beta job for the GITHUB_TOKEN (9fec133), closes #4
  • adding quotes to volume (bf7a264), closes #4
  • adding test with GPG and SSH (038009d), closes #4
  • adding test with GPG and without SSH (4bd6881), closes #4
  • adding to SSH_PRIVATE_KEY_FILE double quotes to avoid docker run issue (cb9d0ea), closes #4
  • docker build and docker run as one single job (20fbaa7), closes #4
  • moving permissions to global job (9e58856), closes #4
  • removing test on pull_request (a387ee1), closes #4
  • run the beta release job as root as it is running inside a container (7e7aa6b)
  • testing release plain on dry-run (f2cdc22), closes #4
  • testing setting the vars directly (6225e3e), closes #4
  • turning docker run into a single line command instead of multiline (0053c4e), closes #4
  • updating GITHUB_TOKEN environmental variable to use secret directly (871bd94)
  • updating GITHUB_TOKEN to use BRANCHES_GITHUB_TOKEN from secrets (b6697a3), closes #4
  • updating GITHUB_TOKEN with double quotes (16613f9)
  • updating image tag name on the test job (ee5b21c), closes #4
  • updating permissions for contents scope to write (8992d54), closes #4
  • updating permissions for contents scope to write-all (7907f83), closes #4
  • updating test workflow to run (ab8a4fc), closes #4

Documentation

  • adding acknowledgment for release-it (3955e1d), closes #2
  • adding additional introduction to the project (0d953bb), closes #1
  • adding code owners file (80c3d22), closes #13
  • adding initial README with project purpose (4470735), closes #1
  • adding license (1a86863), closes #11

Features

  • adding dockerfile to build the image around release-it with bash,git, gpg and ssh to run release-it within the environment (c1e552b), closes #3
  • adding handling of multiple plugins in a list (72d041a), closes #4
  • adding release configuration for release-it (4d4ce31), closes [#4](#4...
Read more

0.1.0-beta.3

11 Feb 09:40
de03989
Compare
Choose a tag to compare
0.1.0-beta.3 Pre-release
Pre-release

0.1.0-beta.3 (2024-02-11)

Documentation

0.1.0-beta.2

11 Feb 09:37
df82198
Compare
Choose a tag to compare
0.1.0-beta.2 Pre-release
Pre-release

0.1.0-beta.2 (2024-02-11)

Documentation

0.1.0-beta.1

11 Feb 08:59
5881512
Compare
Choose a tag to compare
0.1.0-beta.1 Pre-release
Pre-release

0.1.0-beta.1 (2024-02-11)

Chores

  • adding VERSION file to keep track of version on the project (b658d39)
  • replacing release it with JS file to handle preRelease configuration (14e31db)

Features

  • adding handling of multiple plugins in a list (72d041a), closes #4
  • adding release on main and develop branches for release-it containerized (49ae0cf), closes #5
  • removing beta workflow release in favor of package release to handle on published new release on GitHub (fe9a588), closes #6

0.1.0-beta.0

10 Feb 13:28
688313b
Compare
Choose a tag to compare
0.1.0-beta.0 Pre-release
Pre-release

0.1.0-beta.0 (2024-02-10)

Chores

Code Refactoring

  • moving tag and build directory to the last bit (b7690f4), closes #4
  • setting docker run as multiline (99bc954), closes #4
  • standarizing messages when GPG or SSH is not set (4b50741), closes #4

Code Style Changes

  • formatting correctly script to run docker on the workflow (9d55c88), closes #4
  • formatting yaml file (d5d1271), closes #4
  • formatting yaml file with correct indentation (2952169), closes #4

Continuous Integration

  • adding beta workflow to release beta version (16c2584), closes #4
  • adding fetch-depth as 0 to get all history (8c24add), closes #4
  • adding ghcr.io to tag for build image for GitHub registry (d367f21), closes #4
  • adding initial workflow to test the build of the image (567c7ac), closes #4
  • adding permissions to beta job for the GITHUB_TOKEN (9fec133), closes #4
  • adding quotes to volume (bf7a264), closes #4
  • adding test with GPG and SSH (038009d), closes #4
  • adding test with GPG and without SSH (4bd6881), closes #4
  • adding to SSH_PRIVATE_KEY_FILE double quotes to avoid docker run issue (cb9d0ea), closes #4
  • docker build and docker run as one single job (20fbaa7), closes #4
  • moving permissions to global job (9e58856), closes #4
  • removing test on pull_request (a387ee1), closes #4
  • run the beta release job as root as it is running inside a container (7e7aa6b)
  • testing release plain on dry-run (f2cdc22), closes #4
  • testing setting the vars directly (6225e3e), closes #4
  • turning docker run into a single line command instead of multiline (0053c4e), closes #4
  • updating GITHUB_TOKEN environmental variable to use secret directly (871bd94)
  • updating GITHUB_TOKEN to use BRANCHES_GITHUB_TOKEN from secrets (b6697a3), closes #4
  • updating GITHUB_TOKEN with double quotes (16613f9)
  • updating image tag name on the test job (ee5b21c), closes #4
  • updating permissions for contents scope to write (8992d54), closes #4
  • updating permissions for contents scope to write-all (7907f83), closes #4
  • updating test workflow to run (ab8a4fc), closes #4

Documentation

  • adding acknowledgment for release-it (3955e1d), closes #2
  • adding additional introduction to the project (0d953bb), closes #1
  • adding initial README with project purpose (4470735), closes #1

Features

  • adding dockerfile to build the image around release-it with bash,git, gpg and ssh to run release-it within the environment (c1e552b), closes #3
  • adding release configuration for release-it (4d4ce31), closes #4
  • removing ownership set to directory (f30772d), closes #4