Skip to content

Commit 4dcb381

Browse files
Update release note
1 parent 1ad4bea commit 4dcb381

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

HA Menu.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
491F52B0217CBF5400105921 /* HA_MenuTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491F52AF217CBF5400105921 /* HA_MenuTests.swift */; };
1515
491F52BB217CBF5400105921 /* HA_MenuUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491F52BA217CBF5400105921 /* HA_MenuUITests.swift */; };
1616
49A0190C2389A28C00622E63 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 49A0190B2389A28C00622E63 /* Credits.rtf */; };
17-
49A5D39B246AD76100F81FAA /* RELEASING.MD in Resources */ = {isa = PBXBuildFile; fileRef = 49A5D39A246AD76100F81FAA /* RELEASING.MD */; };
17+
49A5D39B246AD76100F81FAA /* RELEASING.md in Resources */ = {isa = PBXBuildFile; fileRef = 49A5D39A246AD76100F81FAA /* RELEASING.md */; };
1818
49BDE9D9237D75700087F729 /* HaEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BDE9D8237D75700087F729 /* HaEntity.swift */; };
1919
49BDE9DC237DA0FA0087F729 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49BDE9DB237DA0FA0087F729 /* ServiceManagement.framework */; };
2020
49BDE9E4237DA1580087F729 /* LauncherAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BDE9E3237DA1580087F729 /* LauncherAppDelegate.swift */; };
@@ -76,7 +76,7 @@
7676
491F52C8217CC48900105921 /* HA Menu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "HA Menu.entitlements"; sourceTree = "<group>"; };
7777
491F52C9217CCA4000105921 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
7878
49A0190B2389A28C00622E63 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
79-
49A5D39A246AD76100F81FAA /* RELEASING.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASING.MD; sourceTree = "<group>"; };
79+
49A5D39A246AD76100F81FAA /* RELEASING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASING.md; sourceTree = "<group>"; };
8080
49BDE9D8237D75700087F729 /* HaEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HaEntity.swift; sourceTree = "<group>"; };
8181
49BDE9DB237DA0FA0087F729 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
8282
49BDE9E1237DA1580087F729 /* HA Menu Launcher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HA Menu Launcher.app"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -136,7 +136,7 @@
136136
491F5290217CBF5200105921 = {
137137
isa = PBXGroup;
138138
children = (
139-
49A5D39A246AD76100F81FAA /* RELEASING.MD */,
139+
49A5D39A246AD76100F81FAA /* RELEASING.md */,
140140
491F52C9217CCA4000105921 /* README.md */,
141141
49E6C92323D99BE800F22973 /* Art */,
142142
491F529B217CBF5200105921 /* HA Menu */,
@@ -386,7 +386,7 @@
386386
buildActionMask = 2147483647;
387387
files = (
388388
491F52A1217CBF5400105921 /* Assets.xcassets in Resources */,
389-
49A5D39B246AD76100F81FAA /* RELEASING.MD in Resources */,
389+
49A5D39B246AD76100F81FAA /* RELEASING.md in Resources */,
390390
49A0190C2389A28C00622E63 /* Credits.rtf in Resources */,
391391
491F52A4217CBF5400105921 /* Main.storyboard in Resources */,
392392
);

RELEASING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Notes on how to create a release #
2+
3+
## Versioning ##
4+
Versioning must follow the x.x.x format, breaking changes should be a major release.
5+
When publishing a release, tag the release with the exact version number, the New Version check performs an exact string match against the latest tag and if different shows the prompt.
6+
7+
Pre-releases are only shown if you have the "Show beta version notifications" checked and should be used with caution.
8+
To publish a beta release that you do not want to be shown as available to all users suffix beta to the tag, x.x.xbeta
9+
You do not have to suffix the app version and if the beta release is suitable for a full release the tag can be edited to remove the beta suffix.
10+
11+
## Homebrew Cask ##
12+
Full releases (not pre-releases) are automatically updated from the atom feed.

0 commit comments

Comments
 (0)