Skip to content

Commit 5157170

Browse files
chore(main): release 7.2.1
1 parent da807d2 commit 5157170

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.2.0"
2+
".": "7.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [7.2.1](https://github.com/gitify-app/gitify/compare/v7.2.0...v7.2.1) (2026-07-30)
4+
5+
6+
### 🤖 Continuous Integration
7+
8+
* deploy website after the release pipeline publishes ([#3123](https://github.com/gitify-app/gitify/issues/3123)) ([da807d2](https://github.com/gitify-app/gitify/commit/da807d2b8f9e5a4889a358ae495850657b24aeb2))
9+
* skip release PR generation when a release was just created ([#3120](https://github.com/gitify-app/gitify/issues/3120)) ([4fc6f83](https://github.com/gitify-app/gitify/commit/4fc6f8316e76fe7e33e887b735c768d689bd4574))
10+
311
## [7.2.0](https://github.com/gitify-app/gitify/compare/v7.1.1...v7.2.0) (2026-07-29)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitify",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"private": true,
55
"description": "Git notifications on your menu bar.",
66
"keywords": [

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sonar.projectKey=gitify-app_gitify
66
sonar.organization=gitify-app
77
# x-release-please-start-version
8-
sonar.projectVersion=7.2.0
8+
sonar.projectVersion=7.2.1
99
# x-release-please-end-version
1010
sonar.projectDescription=GitHub notifications on your menu bar.
1111

0 commit comments

Comments
 (0)