Skip to content

Commit c6e2f04

Browse files
committed
release: 2.19.0
1 parent 32c2e8e commit c6e2f04

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 2.19.0
4+
5+
### New Features ✨
6+
7+
- (action) Emit publish request issue URL as annotation by @BYK in [#708](https://github.com/getsentry/craft/pull/708)
8+
9+
### Bug Fixes 🐛
10+
11+
#### Docker
12+
13+
- Add image template var and strict template validation by @BYK in [#713](https://github.com/getsentry/craft/pull/713)
14+
- Add GITHUB_API_TOKEN and x-access-token fallbacks for ghcr.io by @BYK in [#710](https://github.com/getsentry/craft/pull/710)
15+
16+
#### Other
17+
18+
- (action) Use environment variables for complex inputs by @BYK in [#716](https://github.com/getsentry/craft/pull/716)
19+
- (aws-lambda) Skip layer publication for pre-release versions by @BYK in [#714](https://github.com/getsentry/craft/pull/714)
20+
- (prepare) Make NEW-VERSION optional and auto-create changelog by @BYK in [#715](https://github.com/getsentry/craft/pull/715)
21+
- Don't mention PRs to avoid linking in changelog previews by @BYK in [#712](https://github.com/getsentry/craft/pull/712)
22+
323
## 2.18.3
424

525
### Bug Fixes 🐛

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/craft",
3-
"version": "2.19.0-dev.0",
3+
"version": "2.19.0",
44
"description": "The universal sentry workflow CLI",
55
"main": "dist/craft",
66
"repository": "https://github.com/getsentry/craft",

0 commit comments

Comments
 (0)