Skip to content

Commit

Permalink
Version 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jul 6, 2023
1 parent 90a742e commit c4d5f9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 8.12.0

### Added

- `PBXBuildRule.dependencyFile` attribute [#781](https://github.com/tuist/XcodeProj/pull/781) by [@pepicrft](https://github.com/pepicrft).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the dependency in your `Package.swift` file:
let package = Package(
name: "myproject",
dependencies: [
.package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "8.11.0")),
.package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "8.12.0")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this document you'll find all the necessary steps to release a new version of

1. Make sure you are in the `main` branch.
2. Determine the next version based on the unreleased changes.
3. Add the version section to the `CHANGELOG.md`, update the versions in the `README.md` and the `xcodeproj.podspec` file.
3. Add the version section to the `CHANGELOG.md`, update the versions in the `README.md`.
4. Commit the changes and tag them `git commit -m "Version x.y.z"` & `git tag x.y.z`.
5. Push the changes `git push origin main --tags`
6. Run the release checks by running `bundle exec rake release_check`.
Expand Down

0 comments on commit c4d5f9d

Please sign in to comment.