Skip to content

Commit

Permalink
Update RELEASING.md
Browse files Browse the repository at this point in the history
Fix #62
  • Loading branch information
dduan committed Dec 15, 2024
1 parent b1175d6 commit 1457364
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Documentation/RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## Steps for a new release
- Bump version in `TOMLDecoder.podspec`.
- Bump version in `Resources/Info.plist`.
- Bump version in `README.md`.
- Bump versions every
- version in README instruction for SwiftPM
- version in README instruction for Bazel
- version in MODULE.bazel
- 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.
the development section there.
- 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 TOMLDecoder.
- Merge the PR. Make sure the version tag is preserved when this happens.
- Create a GitHub release from the new version tag. Paste in content of
corresponding change log.
- Run `pod trunk push`.

0 comments on commit 1457364

Please sign in to comment.