Skip to content

Commit 17e74ff

Browse files
authored
Merge pull request #2 from cycjimmy/main
Merge cycjimmy main
2 parents 269aa6b + bdd914f commit 17e74ff

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
GitHub Action for [Semantic Release][semantic-url].
99

1010
## Usage
11-
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/main/docs/usage/configuration.md#configuration) in your repository.
11+
### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository.
1212

13-
### Step2: [Add Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) in your repository for the [Semantic Release Authentication](https://github.com/semantic-release/semantic-release/blob/main/docs/usage/ci-configuration.md#authentication) Environment Variables.
13+
### Step2: [Add Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) in your repository for the [Semantic Release Authentication](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#authentication) Environment Variables.
1414

1515
### Step3: Add a [Workflow File](https://help.github.com/en/articles/workflow-syntax-for-github-actions) to your repository to create custom automated processes.
1616

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.1...v3.1.2) (2022-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **actions:** update @actions/core to cope with new output ([3e7aded](https://github.com/cycjimmy/semantic-release-action/commit/3e7adedd114a31396550cb5ef5445170fae72f9e))
7+
18
## [3.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.0...v3.1.1) (2022-08-30)
29

310

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycjimmy/semantic-release-action",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "GitHub Action for Semantic Release",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
2323
"dependencies": {
24-
"@actions/core": "^1.6.0",
24+
"@actions/core": "^1.10.0",
2525
"@cycjimmy/awesome-js-funcs": "^4.0.4",
2626
"@semantic-release/changelog": "^6.0.1",
2727
"@semantic-release/git": "^10.0.1",

0 commit comments

Comments
 (0)