Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Release Notes Workflow #1055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 218 additions & 0 deletions .github/release-notes.template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,218 @@
# Vapor Release Notes

Because it is hard, if not impossible to keep the documentation up-to-date constantly, here you will find release notes of various different packages linked to the Vapor ecosystem.

## [vapor](https://github.com/vapor/vapor)
[**{{VAPOR_RELEASE}}**](https://github.com/vapor/vapor/releases/tag/{{VAPOR_ID}})

{{VAPOR_DESCRIPTION}}

---

## [fluent](https://github.com/vapor/fluent)
[**{{FLUENT_RELEASE}}**](https://github.com/vapor/fluent/releases/tag/{{FLUENT_ID}})

{{FLUENT_DESCRIPTION}}

---

## [fluent-kit](https://github.com/vapor/fluent-kit)
[**{{FLUENT_KIT_RELEASE}}**](https://github.com/vapor/fluent-kit/releases/tag/{{FLUENT_KIT_ID}})

{{FLUENT_KIT_DESCRIPTION}}

---

## [leaf](https://github.com/vapor/leaf)
[**{{LEAF_RELEASE}}**](https://github.com/vapor/leaf/releases/tag/{{LEAF_ID}})

{{LEAF_DESCRIPTION}}

---

## [leaf-kit](https://github.com/vapor/leaf-kit)
[**{{LEAF_KIT_RELEASE}}**](https://github.com/vapor/leaf-kit/releases/tag/{{LEAF_KIT_ID}})

{{LEAF_KIT_DESCRIPTION}}

---

## [fluent-postgres-driver](https://github.com/vapor/fluent-postgres-driver)
[**{{FLUENT_POSTGRES_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-postgres-driver/releases/tag/{{FLUENT_POSTGRES_DRIVER_ID}})

{{FLUENT_POSTGRES_DRIVER_DESCRIPTION}}

---

## [fluent-mysql-driver](https://github.com/vapor/fluent-mysql-driver)
[**{{FLUENT_MYSQL_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-mysql-driver/releases/tag/{{FLUENT_MYSQL_DRIVER_ID}})

{{FLUENT_MYSQL_DRIVER_DESCRIPTION}}

---

## [fluent-sqlite-driver](https://github.com/vapor/fluent-sqlite-driver)
[**{{FLUENT_SQLITE_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-sqlite-driver/releases/tag/{{FLUENT_SQLITE_DRIVER_ID}})

{{FLUENT_SQLITE_DRIVER_DESCRIPTION}}

---

## [fluent-mongo-driver](https://github.com/vapor/fluent-mongo-driver)
[**{{FLUENT_MONGO_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-mongo-driver/releases/tag/{{FLUENT_MONGO_DRIVER_ID}})

{{FLUENT_MONGO_DRIVER_DESCRIPTION}}

---

## [postgres-nio](https://github.com/vapor/postgres-nio)
[**{{POSTGRES_NIO_RELEASE}}**](https://github.com/vapor/postgres-nio/releases/tag/{{POSTGRES_NIO_ID}})

{{POSTGRES_NIO_DESCRIPTION}}

---

## [mysql-nio](https://github.com/vapor/mysql-nio)
[**{{MYSQL_NIO_RELEASE}}**](https://github.com/vapor/mysql-nio/releases/tag/{{MYSQL_NIO_ID}})

{{MYSQL_NIO_DESCRIPTION}}

---

## [sqlite-nio](https://github.com/vapor/sqlite-nio)
[**{{SQLITE_NIO_RELEASE}}**](https://github.com/vapor/sqlite-nio/releases/tag/{{SQLITE_NIO_ID}})

{{SQLITE_NIO_DESCRIPTION}}

---

## [postgres-kit](https://github.com/vapor/postgres-kit)
[**{{POSTGRES_KIT_RELEASE}}**](https://github.com/vapor/postgres-kit/releases/tag/{{POSTGRES_KIT_ID}})

{{POSTGRES_KIT_DESCRIPTION}}

---

## [mysql-kit](https://github.com/vapor/mysql-kit)
[**{{MYSQL_KIT_RELEASE}}**](https://github.com/vapor/mysql-kit/releases/tag/{{MYSQL_KIT_ID}})

{{MYSQL_KIT_DESCRIPTION}}

---

## [sqlite-kit](https://github.com/vapor/sqlite-kit)
[**{{SQLITE_KIT_RELEASE}}**](https://github.com/vapor/sqlite-kit/releases/tag/{{SQLITE_KIT_ID}})

{{SQLITE_KIT_DESCRIPTION}}

---

## [sql-kit](https://github.com/vapor/sql-kit)
[**{{SQL_KIT_RELEASE}}**](https://github.com/vapor/sql-kit/releases/tag/{{SQL_KIT_ID}})

{{SQL_KIT_DESCRIPTION}}

---

## [apns](https://github.com/vapor/apns)
[**{{APNS_RELEASE}}**](https://github.com/vapor/apns/releases/tag/{{APNS_ID}})

{{APNS_DESCRIPTION}}

---

## [queues](https://github.com/vapor/queues)
[**{{QUEUES_RELEASE}}**](https://github.com/vapor/queues/releases/tag/{{QUEUES_ID}})

{{QUEUES_DESCRIPTION}}

---

## [queues-redis-driver](https://github.com/vapor/queues-redis-driver)
[**{{QUEUES_REDIS_DRIVER_RELEASE}}**](https://github.com/vapor/queues-redis-driver/releases/tag/{{QUEUES_REDIS_DRIVER_ID}})

{{QUEUES_REDIS_DRIVER_DESCRIPTION}}

---

## [redis](https://github.com/vapor/redis)
[**{{REDIS_RELEASE}}**](https://github.com/vapor/redis/releases/tag/{{REDIS_ID}})

{{REDIS_DESCRIPTION}}

---

## [jwt](https://github.com/vapor/jwt)
[**{{JWT_RELEASE}}**](https://github.com/vapor/jwt/releases/tag/{{JWT_ID}})

{{JWT_DESCRIPTION}}

---

## [jwt-kit](https://github.com/vapor/jwt-kit)
[**{{JWT_KIT_RELEASE}}**](https://github.com/vapor/jwt-kit/releases/tag/{{JWT_KIT_ID}})

{{JWT_KIT_DESCRIPTION}}

---

## [websocket-kit](https://github.com/vapor/websocket-kit)
[**{{WEBSOCKET_KIT_RELEASE}}**](https://github.com/vapor/websocket-kit/releases/tag/{{WEBSOCKET_KIT_ID}})

{{WEBSOCKET_KIT_DESCRIPTION}}

---

## [routing-kit](https://github.com/vapor/routing-kit)
[**{{ROUTING_KIT_RELEASE}}**](https://github.com/vapor/routing-kit/releases/tag/{{ROUTING_KIT_ID}})

{{ROUTING_KIT_DESCRIPTION}}

---

## [console-kit](https://github.com/vapor/console-kit)
[**{{CONSOLE_KIT_RELEASE}}**](https://github.com/vapor/console-kit/releases/tag/{{CONSOLE_KIT_ID}})

{{CONSOLE_KIT_DESCRIPTION}}

---

## [async-kit](https://github.com/vapor/async-kit)
[**{{ASYNC_KIT_RELEASE}}**](https://github.com/vapor/async-kit/releases/tag/{{ASYNC_KIT_ID}})

{{ASYNC_KIT_DESCRIPTION}}

---

## [multipart-kit](https://github.com/vapor/multipart-kit)
[**{{MULTIPART_KIT_RELEASE}}**](https://github.com/vapor/multipart-kit/releases/tag/{{MULTIPART_KIT_ID}})

{{MULTIPART_KIT_DESCRIPTION}}

---

## [toolbox](https://github.com/vapor/toolbox)
[**{{TOOLBOX_RELEASE}}**](https://github.com/vapor/toolbox/releases/tag/{{TOOLBOX_ID}})

{{TOOLBOX_DESCRIPTION}}

---

## [core](https://github.com/vapor/core)
[**{{CORE_RELEASE}}**](https://github.com/vapor/core/releases/tag/{{CORE_ID}})

{{CORE_DESCRIPTION}}

---

## [swift-codecov-action](https://github.com/vapor/swift-codecov-action)
[**{{SWIFT_CODECOV_ACTION_RELEASE}}**](https://github.com/vapor/swift-codecov-action/releases/tag/{{SWIFT_CODECOV_ACTION_ID}})

{{SWIFT_CODECOV_ACTION_DESCRIPTION}}

---

## [api-docs](https://github.com/vapor/api-docs)
[**{{API_DOCS_RELEASE}}**](https://github.com/vapor/api-docs/releases/tag/{{API_DOCS_ID}})

{{API_DOCS_DESCRIPTION}}
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
repository_dispatch:
types: [deploy-trigger]

jobs:
deploy:
Expand Down
Loading
Loading