Skip to content

Commit c708e45

Browse files
committed
feat: Use multi-semantic-release instead of semantic-release
1 parent 0a51e81 commit c708e45

File tree

6 files changed

+939
-210
lines changed

6 files changed

+939
-210
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

88
GitHub Action for [Semantic Release][semantic-url].
99

10+
## About this fork
11+
This repository is a fork of [semantic-release-action](https://github.com/cycjimmy/semantic-release-action) to make it practically work with [multi-semantic-release](https://github.com/anolilab/semantic-release/blob/main/packages/multi-semantic-release/README.md).
12+
13+
Goals of this fork:
14+
15+
- Feature parity with upstream
16+
- Support multi-semantic-release
17+
18+
Nongoals of this fork:
19+
20+
- New features that do not contribute to the goal of this fork
21+
- Bug fixes that do not contribute to the goal of this fork
22+
23+
1024
## Usage
1125
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository.
1226

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Action For Semantic Release'
2-
description: 'GitHub Action for Semantic Release'
1+
name: 'Action For Multi Semantic Release'
2+
description: 'GitHub Action for Multi Semantic Release'
33
author: 'cycjimmy'
44
branding:
55
icon: 'package'

0 commit comments

Comments
 (0)