fix: bug in doc publishing pipeline

This commit is contained in:
Ryan Brink
2022-01-23 14:28:48 -05:00
parent 3c585c06a3
commit d97717f8f8
3 changed files with 7 additions and 2 deletions

View File

@ -49,5 +49,5 @@ jobs:
uses: EndBug/add-and-commit@v8 uses: EndBug/add-and-commit@v8
with: with:
default_author: github_actions default_author: github_actions
branch: main new_branch: main
message: 'doc: Added Latest Documentation ✨' message: 'doc: Added Latest Documentation ✨'

View File

@ -12,6 +12,11 @@
## Released ## Released
## [2.0.1] - January 23rd, 2022
### Change
- Fix bug in documentation publishing pipeline
## [2.0.0] - January 23rd, 2022 ## [2.0.0] - January 23rd, 2022
Major Release 🎉 As we head towards the Ktor 2 release, this library will be kept compatible with Ktor 1. A future Major Release 🎉 As we head towards the Ktor 2 release, this library will be kept compatible with Ktor 1. A future

View File

@ -1,5 +1,5 @@
# Kompendium # Kompendium
project.version=2.0.0 project.version=2.0.1
# Kotlin # Kotlin
kotlin.code.style=official kotlin.code.style=official
# Gradle # Gradle