Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NxPKG committed Sep 5, 2024
1 parent 8ff6f12 commit a4e9ba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ FROM alpine:3.19 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update \
npm=9.6.6-r0 \
git=2.40.1-r0 \
openssh=9.3_p2-r0 \
ca-certificates=20230506-r0 \
ruby-bundler=2.4.15-r0 \
bash=5.2.15-r5
npm \
git \
openssh \
ca-certificates \
ruby-bundler \
bash

WORKDIR /action

Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ semantic-release as a GitHub Action, with all presets included

[![license][license-img]][license-url]
[![release][release-img]][release-url]
[![semantic][semantic-img]][semantic-url]

[`semantic-release`][] as a GitHub Action, with **all** presets included.

- works with environment variables as documented in [`semantic-release` docs][]
- customizable through [`semantic-release` configuration file][]
- works with environment variables as documented in [`semantic-release` docs][]
- customizable through [`semantic-release` configuration file][]

## Usage

Expand Down Expand Up @@ -85,6 +84,3 @@ jobs:

[release-url]: https://github.com/khulnasoft-lab/action-semantic-release/releases
[release-img]: https://badgen.net/github/release/khulnasoft-lab/action-semantic-release

[semantic-url]: https://github.com/khulnasoft-lab/action-semantic-release/actions?query=workflow%3Arelease
[semantic-img]: https://badgen.net/badge/📦/semantically%20released/blue

0 comments on commit a4e9ba1

Please sign in to comment.