fix: bug in doc publishing pipeline
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 ✨'
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user