Skip to content

Commit d42ceb9

Browse files
committed
Update Release Notes Workflow
1 parent c6b79d7 commit d42ceb9

File tree

6 files changed

+598
-161
lines changed

6 files changed

+598
-161
lines changed

.github/release-notes.template.md

+218
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
# Vapor Release Notes
2+
3+
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.
4+
5+
## [vapor](https://github.com/vapor/vapor)
6+
[**{{VAPOR_RELEASE}}**](https://github.com/vapor/vapor/releases/tag/{{VAPOR_ID}})
7+
8+
{{VAPOR_DESCRIPTION}}
9+
10+
---
11+
12+
## [fluent](https://github.com/vapor/fluent)
13+
[**{{FLUENT_RELEASE}}**](https://github.com/vapor/fluent/releases/tag/{{FLUENT_ID}})
14+
15+
{{FLUENT_DESCRIPTION}}
16+
17+
---
18+
19+
## [fluent-kit](https://github.com/vapor/fluent-kit)
20+
[**{{FLUENT_KIT_RELEASE}}**](https://github.com/vapor/fluent-kit/releases/tag/{{FLUENT_KIT_ID}})
21+
22+
{{FLUENT_KIT_DESCRIPTION}}
23+
24+
---
25+
26+
## [leaf](https://github.com/vapor/leaf)
27+
[**{{LEAF_RELEASE}}**](https://github.com/vapor/leaf/releases/tag/{{LEAF_ID}})
28+
29+
{{LEAF_DESCRIPTION}}
30+
31+
---
32+
33+
## [leaf-kit](https://github.com/vapor/leaf-kit)
34+
[**{{LEAF_KIT_RELEASE}}**](https://github.com/vapor/leaf-kit/releases/tag/{{LEAF_KIT_ID}})
35+
36+
{{LEAF_KIT_DESCRIPTION}}
37+
38+
---
39+
40+
## [fluent-postgres-driver](https://github.com/vapor/fluent-postgres-driver)
41+
[**{{FLUENT_POSTGRES_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-postgres-driver/releases/tag/{{FLUENT_POSTGRES_DRIVER_ID}})
42+
43+
{{FLUENT_POSTGRES_DRIVER_DESCRIPTION}}
44+
45+
---
46+
47+
## [fluent-mysql-driver](https://github.com/vapor/fluent-mysql-driver)
48+
[**{{FLUENT_MYSQL_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-mysql-driver/releases/tag/{{FLUENT_MYSQL_DRIVER_ID}})
49+
50+
{{FLUENT_MYSQL_DRIVER_DESCRIPTION}}
51+
52+
---
53+
54+
## [fluent-sqlite-driver](https://github.com/vapor/fluent-sqlite-driver)
55+
[**{{FLUENT_SQLITE_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-sqlite-driver/releases/tag/{{FLUENT_SQLITE_DRIVER_ID}})
56+
57+
{{FLUENT_SQLITE_DRIVER_DESCRIPTION}}
58+
59+
---
60+
61+
## [fluent-mongo-driver](https://github.com/vapor/fluent-mongo-driver)
62+
[**{{FLUENT_MONGO_DRIVER_RELEASE}}**](https://github.com/vapor/fluent-mongo-driver/releases/tag/{{FLUENT_MONGO_DRIVER_ID}})
63+
64+
{{FLUENT_MONGO_DRIVER_DESCRIPTION}}
65+
66+
---
67+
68+
## [postgres-nio](https://github.com/vapor/postgres-nio)
69+
[**{{POSTGRES_NIO_RELEASE}}**](https://github.com/vapor/postgres-nio/releases/tag/{{POSTGRES_NIO_ID}})
70+
71+
{{POSTGRES_NIO_DESCRIPTION}}
72+
73+
---
74+
75+
## [mysql-nio](https://github.com/vapor/mysql-nio)
76+
[**{{MYSQL_NIO_RELEASE}}**](https://github.com/vapor/mysql-nio/releases/tag/{{MYSQL_NIO_ID}})
77+
78+
{{MYSQL_NIO_DESCRIPTION}}
79+
80+
---
81+
82+
## [sqlite-nio](https://github.com/vapor/sqlite-nio)
83+
[**{{SQLITE_NIO_RELEASE}}**](https://github.com/vapor/sqlite-nio/releases/tag/{{SQLITE_NIO_ID}})
84+
85+
{{SQLITE_NIO_DESCRIPTION}}
86+
87+
---
88+
89+
## [postgres-kit](https://github.com/vapor/postgres-kit)
90+
[**{{POSTGRES_KIT_RELEASE}}**](https://github.com/vapor/postgres-kit/releases/tag/{{POSTGRES_KIT_ID}})
91+
92+
{{POSTGRES_KIT_DESCRIPTION}}
93+
94+
---
95+
96+
## [mysql-kit](https://github.com/vapor/mysql-kit)
97+
[**{{MYSQL_KIT_RELEASE}}**](https://github.com/vapor/mysql-kit/releases/tag/{{MYSQL_KIT_ID}})
98+
99+
{{MYSQL_KIT_DESCRIPTION}}
100+
101+
---
102+
103+
## [sqlite-kit](https://github.com/vapor/sqlite-kit)
104+
[**{{SQLITE_KIT_RELEASE}}**](https://github.com/vapor/sqlite-kit/releases/tag/{{SQLITE_KIT_ID}})
105+
106+
{{SQLITE_KIT_DESCRIPTION}}
107+
108+
---
109+
110+
## [sql-kit](https://github.com/vapor/sql-kit)
111+
[**{{SQL_KIT_RELEASE}}**](https://github.com/vapor/sql-kit/releases/tag/{{SQL_KIT_ID}})
112+
113+
{{SQL_KIT_DESCRIPTION}}
114+
115+
---
116+
117+
## [apns](https://github.com/vapor/apns)
118+
[**{{APNS_RELEASE}}**](https://github.com/vapor/apns/releases/tag/{{APNS_ID}})
119+
120+
{{APNS_DESCRIPTION}}
121+
122+
---
123+
124+
## [queues](https://github.com/vapor/queues)
125+
[**{{QUEUES_RELEASE}}**](https://github.com/vapor/queues/releases/tag/{{QUEUES_ID}})
126+
127+
{{QUEUES_DESCRIPTION}}
128+
129+
---
130+
131+
## [queues-redis-driver](https://github.com/vapor/queues-redis-driver)
132+
[**{{QUEUES_REDIS_DRIVER_RELEASE}}**](https://github.com/vapor/queues-redis-driver/releases/tag/{{QUEUES_REDIS_DRIVER_ID}})
133+
134+
{{QUEUES_REDIS_DRIVER_DESCRIPTION}}
135+
136+
---
137+
138+
## [redis](https://github.com/vapor/redis)
139+
[**{{REDIS_RELEASE}}**](https://github.com/vapor/redis/releases/tag/{{REDIS_ID}})
140+
141+
{{REDIS_DESCRIPTION}}
142+
143+
---
144+
145+
## [jwt](https://github.com/vapor/jwt)
146+
[**{{JWT_RELEASE}}**](https://github.com/vapor/jwt/releases/tag/{{JWT_ID}})
147+
148+
{{JWT_DESCRIPTION}}
149+
150+
---
151+
152+
## [jwt-kit](https://github.com/vapor/jwt-kit)
153+
[**{{JWT_KIT_RELEASE}}**](https://github.com/vapor/jwt-kit/releases/tag/{{JWT_KIT_ID}})
154+
155+
{{JWT_KIT_DESCRIPTION}}
156+
157+
---
158+
159+
## [websocket-kit](https://github.com/vapor/websocket-kit)
160+
[**{{WEBSOCKET_KIT_RELEASE}}**](https://github.com/vapor/websocket-kit/releases/tag/{{WEBSOCKET_KIT_ID}})
161+
162+
{{WEBSOCKET_KIT_DESCRIPTION}}
163+
164+
---
165+
166+
## [routing-kit](https://github.com/vapor/routing-kit)
167+
[**{{ROUTING_KIT_RELEASE}}**](https://github.com/vapor/routing-kit/releases/tag/{{ROUTING_KIT_ID}})
168+
169+
{{ROUTING_KIT_DESCRIPTION}}
170+
171+
---
172+
173+
## [console-kit](https://github.com/vapor/console-kit)
174+
[**{{CONSOLE_KIT_RELEASE}}**](https://github.com/vapor/console-kit/releases/tag/{{CONSOLE_KIT_ID}})
175+
176+
{{CONSOLE_KIT_DESCRIPTION}}
177+
178+
---
179+
180+
## [async-kit](https://github.com/vapor/async-kit)
181+
[**{{ASYNC_KIT_RELEASE}}**](https://github.com/vapor/async-kit/releases/tag/{{ASYNC_KIT_ID}})
182+
183+
{{ASYNC_KIT_DESCRIPTION}}
184+
185+
---
186+
187+
## [multipart-kit](https://github.com/vapor/multipart-kit)
188+
[**{{MULTIPART_KIT_RELEASE}}**](https://github.com/vapor/multipart-kit/releases/tag/{{MULTIPART_KIT_ID}})
189+
190+
{{MULTIPART_KIT_DESCRIPTION}}
191+
192+
---
193+
194+
## [toolbox](https://github.com/vapor/toolbox)
195+
[**{{TOOLBOX_RELEASE}}**](https://github.com/vapor/toolbox/releases/tag/{{TOOLBOX_ID}})
196+
197+
{{TOOLBOX_DESCRIPTION}}
198+
199+
---
200+
201+
## [core](https://github.com/vapor/core)
202+
[**{{CORE_RELEASE}}**](https://github.com/vapor/core/releases/tag/{{CORE_ID}})
203+
204+
{{CORE_DESCRIPTION}}
205+
206+
---
207+
208+
## [swift-codecov-action](https://github.com/vapor/swift-codecov-action)
209+
[**{{SWIFT_CODECOV_ACTION_RELEASE}}**](https://github.com/vapor/swift-codecov-action/releases/tag/{{SWIFT_CODECOV_ACTION_ID}})
210+
211+
{{SWIFT_CODECOV_ACTION_DESCRIPTION}}
212+
213+
---
214+
215+
## [api-docs](https://github.com/vapor/api-docs)
216+
[**{{API_DOCS_RELEASE}}**](https://github.com/vapor/api-docs/releases/tag/{{API_DOCS_ID}})
217+
218+
{{API_DOCS_DESCRIPTION}}

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- main
9+
repository_dispatch:
10+
types: [deploy-trigger]
911

1012
jobs:
1113
deploy:

0 commit comments

Comments
 (0)