Skip to content

Commit 40ae96f

Browse files
authored
meta(changelog): Update changelog for 3.1.0 (#274)
1 parent 647ee93 commit 40ae96f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 3.1.0
44

5-
- feat: Add `release` and `release_prefix` in favor of `version` and `version_prefix`
5+
- feat: Add `release` and `release_prefix` in favor of `version` and `version_prefix` (#273) by @andreiborza
66

77
Input parameter `version` has been deprecated and will be removed in a future version in favor of a newly introduced `release` parameter.
88

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
INPUT_WORKING_DIRECTORY: ${{ inputs.working_directory }}
149149
INPUT_DISABLE_TELEMETRY: ${{ inputs.disable_telemetry }}
150150
INPUT_DISABLE_SAFE_DIRECTORY: ${{ inputs.disable_safe_directory }}
151-
uses: docker://ghcr.io/getsentry/action-release-image:master
151+
uses: docker://ghcr.io/getsentry/action-release-image:ab-update-changelog
152152

153153
# For actions running on macos or windows runners, we use a composite
154154
# action approach which allows us to install the arch specific sentry-cli

0 commit comments

Comments
 (0)