Skip to content

Commit efa079e

Browse files
committed
move changelog to the wiki; add link from new releases
1 parent 76e1df7 commit efa079e

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
tag_name: ${{ github.ref }}
4444
release_name: ${{ github.ref }}
45-
body: Here's a new release!
45+
body: Here's a new release! [Check out the changelog!](https://github.com/hlorenzi/customasm/wiki/Changelog)
4646
draft: false
4747
prerelease: false
4848

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ you just implemented in an FPGA chip!
2727

2828
[🕹️ Check out an example project](/examples/nes/) which targets the NES!
2929

30-
[📜 Check out the changelog](/CHANGELOG.md) for new features!
31-
3230
[⌨️ Install the VSCode syntax highlight extension!](https://marketplace.visualstudio.com/items?itemName=hlorenzi.customasm-vscode)
3331

3432
[❤️ Support me!](https://accounts.hlorenzi.com/supporters)
3533

3634
## Documentation
3735

38-
[📚 Check out the Documentation](https://github.com/hlorenzi/customasm/wiki/User-Guide)
39-
for advanced features and a how-to guide!
36+
[📚 Check out the wiki](https://github.com/hlorenzi/customasm/wiki)
37+
for a changelog, details on advanced features, and a how-to guide!
4038

4139
## Installation
4240

0 commit comments

Comments
 (0)