@sentry/craft 0.32.1 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.33.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - ref: Allow for all logger levels in Octokit (#390) by @kamilogorek
8
+ - ref: Upload GitHub artifacts in series (#389) by @kamilogorek
9
+
3
10
  ## 0.32.1
4
11
 
5
12
  ### Various fixes & improvements
package/README.md CHANGED
@@ -333,12 +333,14 @@ In `auto` mode, `craft prepare` will use the following logic:
333
333
  2. Else if there is an entry named `Unreleased`, rename that to the given
334
334
  version
335
335
  3. Else, create a new section for the version and populate it with the changes
336
- since the last version. It uses [GitHub Milestones](https://git.io/Jzlqy) to
337
- provide a concise and rich changelog. If the PRs are associated with a
336
+ since the last version. It uses [GitHub
337
+ Milestones](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones)
338
+ to provide a concise and rich changelog. If the PRs are associated with a
338
339
  milestone, the milestone title and description are used as the changelog
339
340
  entry alongside a brief list of associated PRs. Any individual commits and
340
341
  PRs are listed under the "Various improvements & fixes" section at the
341
- bottom. Check out [Craft's own releases](https://git.io/Jzlmu) as example.
342
+ bottom. Check out [Craft's own
343
+ releases](https://github.com/getsentry/craft/releases/) as example.
342
344
 
343
345
  **Configuration**
344
346