Skip to content

Commit

Permalink
update the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
snsinahub committed Mar 14, 2024
1 parent cac2669 commit 59e7845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This action finds the latest Github release semantic version number and generate
```YAML
- name: 'Get json subbed'
id: subbed
uses: "snsinahub-org/semver@v2.3.0"
uses: "snsinahub-org/semver@v3.0.0"
with:

# List of variables
Expand Down Expand Up @@ -79,7 +79,7 @@ This action finds the latest Github release semantic version number and generate
## How to generate new version
Let's say current version is `v1.0.0` and you can set `type` equal to one of these values

- **MAJOR**: It is a major change to your software which may not be compatible with older releases. The new version will be `v2.3.0`
- **MAJOR**: It is a major change to your software which may not be compatible with older releases. The new version will be `v3.0.0`
- **MINOR**: The change is smaller and adds new features to an existing project but still compatible with the current version. The new version is `v1.1.0`
- **PATCH**: There is a bug fix without introducing new features. The new version is `v1.0.1`

Expand All @@ -91,7 +91,7 @@ Let's say current version is `v1.0.0` and you can set `type` equal to one of the
uses: actions/checkout@v3
- name: 'Get semver based on pr label'
id: semver
uses: "snsinahub-org/semver@v2.3.0"
uses: "snsinahub-org/semver@v3.0.0"
with:
type: 'MAJOR'
prefix: 'v'
Expand Down

0 comments on commit 59e7845

Please sign in to comment.