Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jan 4, 2024
1 parent 5771735 commit 34d0057
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,30 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

This changelog is inspired by [keepachangelog.com](http://http://keepachangelog.com/de/)
This changelog is inspired by [keepachangelog.com](http://http://keepachangelog.com/de/).

## 6.2.1 - 2024-01-03
Changes will be grouped by the following categories (and their respective version number changes):
- 'Changed' for changes in existing functionality (Major).
- 'Removed' for now removed features (Major).
- 'Added' for new features. (Minor).
- 'Deprecated' for soon-to-be removed features (Minor).
- 'Fixed' for any bug fixes (Patch).
- 'Dependency' for dependency updates (Patch).
- 'Security' in case of vulnerabilities (Patch).
- 'Notes' for additional notes.

### Fixed
Release dates will be in YYYY-MM-DD format.

## Unreleased

## 6.2.1 - 2024-01-04

### Dependency
- Dependency updates

### Notes
- This version will be a Re-Release via github action.

## 6.2.0 - 2023-06-05

### Fixed
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,29 @@ requests.

For those of your interested, providing documentation to other parties is equally welcome.

Please document all notable changes to this project in the provided changelog. Note that this project adheres to [Semantic Versioning](http://semver.org/).
Please document all notable changes to this project in the provided changelog under 'Unreleased' with usage of the provided format and categories.

Note that this project adheres to [Semantic Versioning](http://semver.org/).

## Releases
To create a new release, please use the following steps:

- update the CHANGELOG.md with the changes that will be in the release. Please use the provided format and categories to choose the new version number.
- update the version number in `app/__version__.py`.
- create a commit with the new version number as commit message which includes the changes mentioned above.
- tag the commit with the new version number.
- Use the github action to create a release.
- Update the release description with the changes from the CHANGELOG.md.

### Yanking of releases
If a release is broken or contains security issues of any kind, it should be yanked.

If you want to yank a release, please use the following steps:

- update the release version to `yanked-<version>`.
- update github release name accordingly and delete the all uploaded files.
- update CHANGELOG.md accordingly and if possible, provide a reason.
- update commit tag accordingly.

## License
Distributed under Apache License 2.0
Expand Down

0 comments on commit 34d0057

Please sign in to comment.