Skip to content

Commit 3c75dbc

Browse files
redversredvers
authored andcommitted
Rotate release notes as part of the 0.1.14 release
1 parent 4ed9a68 commit 3c75dbc

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.release-notes/0.1.14.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Workflow Updates for Releases
2+
3+
Many many release iterations to get the changelog-bot rotating appropriately.
4+
5+
## Added Static Builds by Github Workflows
6+
7+
Github workflows now generate a static binary which should be usable on any Linux distribution.
8+
9+
## Full runthrough of build process
10+
11+
This is another attempt to get the full runthough of the build process from start to finish.
12+
13+
## Fix concurrency error in release.yml file
14+
15+
It appears I created a concurrency error by missing a "needs:" in the yaml file resulting in multiple executions of things that shouldn't. This should fix this.
16+
17+
## Updated release-bot version
18+
19+
As we are generating our own packages as opposed to having release-bot-action do it as a part of "publish-release-notes", we need the latest version. The latest version checks for an existing package (which we have), and modifies our package as opposed to attempting to generate a new one and fail.
20+

.release-notes/next-release.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
## Workflow Updates for Releases
2-
3-
Many many release iterations to get the changelog-bot rotating appropriately.
4-
5-
## Added Static Builds by Github Workflows
6-
7-
Github workflows now generate a static binary which should be usable on any Linux distribution.
8-
9-
## Full runthrough of build process
10-
11-
This is another attempt to get the full runthough of the build process from start to finish.
12-
13-
## Fix concurrency error in release.yml file
14-
15-
It appears I created a concurrency error by missing a "needs:" in the yaml file resulting in multiple executions of things that shouldn't. This should fix this.
16-
17-
## Updated release-bot version
18-
19-
As we are generating our own packages as opposed to having release-bot-action do it as a part of "publish-release-notes", we need the latest version. The latest version checks for an existing package (which we have), and modifies our package as opposed to attempting to generate a new one and fail.
20-

0 commit comments

Comments
 (0)