Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #283

Merged
merged 1 commit into from
Aug 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update docs
  • Loading branch information
dduan committed Aug 22, 2021
commit 8dc244ff3a872bb944d5b546bf37e9b5daae0a8b
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.