Skip to content

Commit 81ecdc9

Browse files
authored
πŸŽ‰ 3.0.0 (#1883)
1 parent 1552c2e commit 81ecdc9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

β€ŽCHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/TextureGroup/Texture/tree/3.0.0) (2020-07-15)
4+
5+
[Full Changelog](https://github.com/TextureGroup/Texture/compare/3.0.0-rc.2...3.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Improve ThreeMigrationGuide.md [\#1878](https://github.com/TextureGroup/Texture/pull/1878) ([rogerluan](https://github.com/rogerluan))
10+
- Upgrade to Xcode 11.5 [\#1877](https://github.com/TextureGroup/Texture/pull/1877) ([garrettmoon](https://github.com/garrettmoon))
11+
- Renames AS\_EXTERN and ASViewController [\#1876](https://github.com/TextureGroup/Texture/pull/1876) ([garrettmoon](https://github.com/garrettmoon))
12+
- Add a 3.0 migration guide [\#1875](https://github.com/TextureGroup/Texture/pull/1875) ([garrettmoon](https://github.com/garrettmoon))
13+
314
## [3.0.0-rc.2](https://github.com/TextureGroup/Texture/tree/3.0.0-rc.2) (2020-06-25)
415

516
[Full Changelog](https://github.com/TextureGroup/Texture/compare/3.0.0-rc.1...3.0.0-rc.2)

β€ŽRELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This document describes the process for a public Texture release.
88
### Process
99
- Run `github_changelog_generator` in Texture project directory: `github_changelog_generator --token <generated personal token> --user TextureGroup --project Texture`. To avoid hitting rate limit, the generator will replace the entire file with just the changes from this version – revert that giant deletion to get the entire new changelog.
1010
- Update `spec.version` within `Texture.podspec` and the `since-tag` and `future-release` fields in `.github_changelog_generator`.
11-
- Create a new PR with the updated `Texture.podspec` and the newly generated changelog, add `#changelog` to the PR message so the CI will not prevent merging it.
11+
- Create a new PR with the updated `Texture.podspec` and the newly generated changelog.
1212
- After merging in the PR, [create a new GitHub release](https://github.com/TextureGroup/Texture/releases/new). Use the generated changelog for the new release.
1313
- Push to Cocoapods with `pod trunk push`
1414

β€ŽTexture.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Texture'
3-
spec.version = '3.0.0-rc.2'
3+
spec.version = '3.0.0'
44
spec.license = { :type => 'Apache 2', }
55
spec.homepage = 'http://texturegroup.org'
66
spec.authors = { 'Huy Nguyen' => '[email protected]', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => '[email protected]', 'Michael Schneider' => '[email protected]', 'Adlai Holler' => '[email protected]' }

0 commit comments

Comments
Β (0)