diff --git a/CHANGELOG.md b/CHANGELOG.md index c21d1b77c5654e83a1bd3bddce5762cc00fcd4fa..f0f46cddce0ffcd2450c3ec8bcc5b6693b2161c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unpublished] + +### Added (for new features, dependecies etc.) + +### Changed (for changes in existing functionality) + +### Deprecated (for soon-to-be removed features) + +### Removed (for now removed features) + +### Fixed (for any bug fixes) + +### Security (in case of vulnerabilities) + +### Documentation (for notable additions or changes of the documentation) + ## [0.4.2] - 2021-12-06 ### Added (for new features, dependecies etc.) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 1dc6d11a442b9f095d7e80b02a3a9542e62b8e98..9dd648c235258b052332212bd906525e87863629 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -1,4 +1,4 @@ -# Release Guidelines for the CaosDB MySQL Backend +# Release Guidelines for the CaosDB Web Interface This document specifies release guidelines in addition to the generel release guidelines of the CaosDB Project @@ -8,7 +8,7 @@ guidelines of the CaosDB Project * All tests are passing. * FEATURES.md is up-to-date and a public API is being declared in that document. -* CHANGELOG.md is up-to-date. +* CHANGELOG.md is up-to-date (insert version number and remove unpublished) * DEPENDENCIES.md is up-to-date. ## Steps @@ -25,3 +25,5 @@ guidelines of the CaosDB Project 5. Delete the release branch. 6. Merge the main branch back into the dev branch. + +7. Prepare CHANGELOG for next release cycle.