Skip to content

Commit

Permalink
Update docs (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Aug 22, 2021
1 parent 6bc3263 commit a0e4bc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master

## 0.4.1

Add support for Swift 5.4

## 0.4.0

### BREAKING CHANGES
Expand Down
5 changes: 1 addition & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
## Steps for a new release
- Bump version in `Pathos.podspec`.
- Bump version in `README.md`.
- In `CHANGELOG.md`, create a section for the new version and move changes from
the master section there.
- Run `pod lib lint` and make sure it succeeds without errors or wannings.
- Check in all changes in git.
- Make a new tag for the version number.
- Push all changes and tag to GitHub and make a pull request.
- Make sure CI is green.
- Test the PR branch with a SwiftPM project using Pathos.
- Merge the PR.
- Create a GitHub release from the new version tag. Paste in content of
- corresponding change log.
- Run `pod trunk push`.
corresponding change log.
- Run `make docs` to generate and deploy the documentation website.

0 comments on commit a0e4bc9

Please sign in to comment.