8000 build(changelogs): Use automated changelogs from Craft (#1340) · targhs/sentry-python@0c6241e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c6241e

Browse files
authored
build(changelogs): Use automated changelogs from Craft (getsentry#1340)
1 parent 9ba2d5f commit 0c6241e

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

.craft.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
minVersion: 0.23.1
1+
minVersion: 0.28.1
22
targets:
33
- name: pypi
44
includeNames: /^sentry[_\-]sdk.*$/
5-
- name: github
65
- name: gh-pages
76
- name: registry
87
sdks:
98
pypi:sentry-sdk:
9+
- name: github
1010
- name: aws-lambda-layer
1111
includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
1212
layerName: SentryPythonServerlessSDK
1313
compatibleRuntimes:
1414
- name: python
1515
versions:
16-
# The number of versions must be, at most, the maximum number of
17-
# runtimes AWS Lambda permits for a layer.
18-
# On the other hand, AWS Lambda does not support every Python runtime.
19-
# The supported runtimes are available in the following link:
20-
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
16+
# The number of versions must be, at most, the maximum number of
17+
# runtimes AWS Lambda permits for a layer.
18+
# On the other hand, AWS Lambda does not support every Python runtime.
19+
# The supported runtimes are available in the following link:
20+
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
2121
- python3.6
2222
- python3.7
2323
- python3.8
2424
- python3.9
2525
license: MIT
2626
changelog: CHANGELOG.md
27-
changelogPolicy: simple
27+
changelogPolicy: auto
< 8000 button class="Button Button--iconOnly Button--invisible flex-shrink-0 flex-order-1" aria-label="Collapse file: CHANGELOG.md">

CHANGELOG.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
1-
# Changelog and versioning
2-
3-
## Versioning Policy
4-
5-
This project follows [semver](https://semver.org/), with three additions:
6-
7-
- Semver says that major version `0` can include breaking changes at any time. Still, it is common practice to assume that only `0.x` releases (minor versions) can contain breaking changes while `0.x.y` releases (patch versions) are used for backwards-compatible changes (bugfixes and features). This project also follows that practice.
8-
9-
- All undocumented APIs are considered internal. They are not part of this contract.
10-
11-
- Certain features (e.g. integrations) may be explicitly called out as "experimental" or "unstable" in the documentation. They come with their own versioning policy described in the documentation.
12-
13-
We recommend to pin your version requirements against `1.x.*` or `1.x.y`.
14-
Either one of the following is fine:
15-
16-
```
17-
sentry-sdk>=1.0.0,<2.0.0
18-
sentry-sdk==1.5.0
19-
```
20-
21-
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
1+
# Changelog
222

233
## 1.5.5
244

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ This is the official Python SDK for [Sentry](http://sentry.io/)
1616

1717
---
1818

19+
## Versioning Policy
20+
21+
This project follows [semver](https://semver.org/), with three additions:
22+
23+
- Semver says that major version `0` can include breaking changes at any time. Still, it is common practice to assume that only `0.x` releases (minor versions) can contain breaking changes while `0.x.y` releases (patch versions) are used for backwards-compatible changes (bugfixes and features). This project also follows that practice.
24+
25+
- All undocumented APIs are considered internal. They are not part of this contract.
26+
27+
- Certain features (e.g. integrations) may be explicitly called out as "experimental" or "unstable" in the documentation. They come with their own versioning policy described in the documentation.
28+
29+
We recommend to pin your version requirements against `1.x.*` or `1.x.y`.
30+
Either one of the following is fine:
31+
32+
```
33+
sentry-sdk>=1.0.0,<2.0.0
34+
sentry-sdk==1.5.0
35+
```
36+
37+
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
38+
1939
## Migrate From sentry-raven
2040

2141
The old `raven-python` client has entered maintenance mode and was moved [here](https://github.com/getsentry/raven-python).

0 commit comments

Comments
 (0)
0