Skip to content

Commit

Permalink
[TASK] Prepare release of version 7.0.0 (#1196)
Browse files Browse the repository at this point in the history
We should have version 7.0.0 with PHP 8.2 support out of the door
before the final PHP 8.2 will get released later this month.
  • Loading branch information
oliverklee committed Nov 1, 2022
1 parent f6aadda commit 547b8c8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 7.0.0

### Added
- Add support for PHP 8.2 (#1155)

Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,15 +410,13 @@ They will, however, be preserved and copied to a `<style>` element in the HTML:
2. In the [CHANGELOG.md](CHANGELOG.md), create a new section with subheadings
for changes _after_ the upcoming release, set the version number for the
upcoming release, and remove any empty sections.
3. In the [Dependabot configuration](.github/dependabot.yml), update the
target milestone to the next upcoming milestone.
4. Create a pull request "Prepare release of version x.y.z" with those
3. Create a pull request "Prepare release of version x.y.z" with those
changes.
5. Have the pull request reviewed and merged.
6. Tag the new release.
7. In the [Releases tab](https://github.com/MyIntervals/emogrifier/releases),
4. Have the pull request reviewed and merged.
5. Tag the new release.
6. In the [Releases tab](https://github.com/MyIntervals/emogrifier/releases),
create a new release and copy the change log entries to the new release.
8. Post about the new release on social media.
7. Post about the new release on social media.

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "7.0.x-dev"
"dev-main": "8.0.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 547b8c8

Please sign in to comment.