We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48a8b0 + 0571eda commit bb5f32bCopy full SHA for bb5f32b
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.7.0
4
+
5
+### Various fixes & improvements
6
7
+- fix: Avoid global.json when running `dotnet push` (#601) by @jamescrosswell
8
+- feat: support Google ADC for `gcs` artifact provider and target (#600) by @oioki
9
+- docs: Add contribution guidelines (#599) by @BYK
10
+- updated test (#596) by @bitsandfoxes
11
12
## 2.6.0
13
14
### Various fixes & improvements
package.json
@@ -1,6 +1,6 @@
{
"name": "@sentry/craft",
- "version": "2.7.0-dev.0",
+ "version": "2.7.0",
"description": "The universal sentry workflow CLI",
"main": "dist/craft",
"repository": "https://github.com/getsentry/craft",
0 commit comments