smartive / semantic-release-image

Docker image with semantic-release and plugins installed so you can just put the `releaserc` file into your repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semantic-release-image

Release Docker Image

docker pull smartive/semantic-release-image

Docker image with semantic-release and plugins installed so you can just put the releaserc (or your configuration of choice) file into your repo.

The following packages are installed globally:

  • semantic-release
  • @semantic-release/gitlab
  • @semantic-release/git
  • @semantic-release/changelog
  • @semantic-release/exec

You find the exact versions of the packages in the package.json file.

Versions

Since there is no "correct" way to combine all those different versions for a useful docker tag, a timestamp will be used for each build.

About

Docker image with semantic-release and plugins installed so you can just put the `releaserc` file into your repo.

License:MIT License


Languages

Language:Dockerfile 100.0%