Skip to content

Commit

Permalink
update CHANGELOG.md, add RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Jul 20, 2022
1 parent 90776a5 commit a23afc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.0] - 2022-07-20
### Changed
- OPEN/CHKIN/CHKOUT no longer return a file number.
- IOABORT no longer accepts a file number.
Expand Down
7 changes: 7 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## How to Release
1. Update CHANGELOG.md with new version and release date.
2. Commit CHANGELOG.md.
3. `git tag v#.#.#`
4. `git push --tag`
5. `make deploy`
6. Create new release in Github. Copy change list from CHANGELOG.md and add the binaries in deploy folder.

0 comments on commit a23afc7

Please sign in to comment.