Skip to content

Commit

Permalink
move changelog to the wiki; add link from new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed Jan 22, 2022
1 parent 76e1df7 commit efa079e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: Here's a new release!
body: Here's a new release! [Check out the changelog!](https://github.com/hlorenzi/customasm/wiki/Changelog)
draft: false
prerelease: false

Expand Down
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@ you just implemented in an FPGA chip!

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

[📜 Check out the changelog](/CHANGELOG.md) for new features!

[⌨️ Install the VSCode syntax highlight extension!](https://marketplace.visualstudio.com/items?itemName=hlorenzi.customasm-vscode)

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

## Documentation

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

## Installation

Expand Down

0 comments on commit efa079e

Please sign in to comment.