-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
6,708 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
== Changelog | ||
|
||
All notable changes to this project will be documented in this file | ||
|
||
The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog], | ||
and this project adheres to https://semver.org/spec/v2.0.0.html[semantic versioning]. | ||
|
||
== Unreleased | ||
|
||
=== fixes | ||
|
||
=== added | ||
|
||
=== changed | ||
|
||
== 0.6.0-rc1 - 2023-10-26 | ||
|
||
=== fixes | ||
|
||
=== added | ||
|
||
https://github.com/PacoVK/tapir/pull/317[#317 - Implement authentication via OIDC and Deploy Keys] | ||
|
||
=== changed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= How to release | ||
|
||
Tapir releases use [semantic versioning](https://semver.org/). | ||
|
||
== Bump version | ||
|
||
- set the version in `pom.xml` | ||
- set the version in `src/main/resources/application.yml` | ||
- set the version in `src/main/webui/package.json` | ||
- update test snapshots | ||
|
||
== Publish | ||
- update the changelog | ||
- Draft a new release on GitHub |
Oops, something went wrong.