-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
2 changed files
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
= 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` | ||
- set the version in `src/main/webui/src/components/Footer.tsx` | ||
- update test snapshots | ||
|
||
== Publish | ||
- update the changelog | ||
- Draft a new release on GitHub |
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 @@ | ||
== 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 |