Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imustafin committed Jan 23, 2023
1 parent 9166e1c commit 3c56edf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Control buttons placement is computed based on screen dimensions

### Fixed

## [0.0.1]
The first proper release! :rage1:

### Added

- Proper installation instructions [#1](https://github.com/imustafin/pbdoom/issues/1)
with downloads available from the [releases](https://github.com/imustafin/pbdoom/releases)
page
- Control buttons placement is computed based on screen dimensions [#1](https://github.com/imustafin/pbdoom/issues/1)

[unreleased]: https://github.com/imustafin/pbdoom/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/imustafin/pbdoom/releases/tag/v0.0.1
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ To see the output from `pbdoom-get.app` have `mon.sh` running.
Don't forget to update ip addresses and ports in all scripts.

Check the ereader's ip in wifi settings for the connected network.

### Releasing
1. Choose the release version (e.g. `0.0.1`)
2. Update the changelog
1. Change `[Unreleased]` title to the version (`[0.0.1]`)
2. Make a new `[Unreleased]` title with `### Added` and `### Fixed`
3. At the end of file, add link for the release (`[0.0.1] .../compare/v0.0.0...v0.0.1`)
4. Update the `[unreleased]` link (`[unreleased]: .../compare/v0.0.1...HEAD`)
3. Push changelog updates to `main`
4. Grab the artifact
5. Make a GitHub release
1. Set the version, add `v` prefix (`v0.0.1`)
2. Paste changelog of the release, make headings start from `h1` (`#`),
remove `[]` around version

0 comments on commit 3c56edf

Please sign in to comment.