Skip to content

Commit

Permalink
Update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jul 19, 2020
1 parent 1ad4bea commit 4dcb381
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HA Menu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
491F52B0217CBF5400105921 /* HA_MenuTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491F52AF217CBF5400105921 /* HA_MenuTests.swift */; };
491F52BB217CBF5400105921 /* HA_MenuUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 491F52BA217CBF5400105921 /* HA_MenuUITests.swift */; };
49A0190C2389A28C00622E63 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 49A0190B2389A28C00622E63 /* Credits.rtf */; };
49A5D39B246AD76100F81FAA /* RELEASING.MD in Resources */ = {isa = PBXBuildFile; fileRef = 49A5D39A246AD76100F81FAA /* RELEASING.MD */; };
49A5D39B246AD76100F81FAA /* RELEASING.md in Resources */ = {isa = PBXBuildFile; fileRef = 49A5D39A246AD76100F81FAA /* RELEASING.md */; };
49BDE9D9237D75700087F729 /* HaEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BDE9D8237D75700087F729 /* HaEntity.swift */; };
49BDE9DC237DA0FA0087F729 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49BDE9DB237DA0FA0087F729 /* ServiceManagement.framework */; };
49BDE9E4237DA1580087F729 /* LauncherAppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49BDE9E3237DA1580087F729 /* LauncherAppDelegate.swift */; };
Expand Down Expand Up @@ -76,7 +76,7 @@
491F52C8217CC48900105921 /* HA Menu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "HA Menu.entitlements"; sourceTree = "<group>"; };
491F52C9217CCA4000105921 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
49A0190B2389A28C00622E63 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
49A5D39A246AD76100F81FAA /* RELEASING.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASING.MD; sourceTree = "<group>"; };
49A5D39A246AD76100F81FAA /* RELEASING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASING.md; sourceTree = "<group>"; };
49BDE9D8237D75700087F729 /* HaEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HaEntity.swift; sourceTree = "<group>"; };
49BDE9DB237DA0FA0087F729 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
49BDE9E1237DA1580087F729 /* HA Menu Launcher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HA Menu Launcher.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -136,7 +136,7 @@
491F5290217CBF5200105921 = {
isa = PBXGroup;
children = (
49A5D39A246AD76100F81FAA /* RELEASING.MD */,
49A5D39A246AD76100F81FAA /* RELEASING.md */,
491F52C9217CCA4000105921 /* README.md */,
49E6C92323D99BE800F22973 /* Art */,
491F529B217CBF5200105921 /* HA Menu */,
Expand Down Expand Up @@ -386,7 +386,7 @@
buildActionMask = 2147483647;
files = (
491F52A1217CBF5400105921 /* Assets.xcassets in Resources */,
49A5D39B246AD76100F81FAA /* RELEASING.MD in Resources */,
49A5D39B246AD76100F81FAA /* RELEASING.md in Resources */,
49A0190C2389A28C00622E63 /* Credits.rtf in Resources */,
491F52A4217CBF5400105921 /* Main.storyboard in Resources */,
);
Expand Down
12 changes: 12 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Notes on how to create a release #

## Versioning ##
Versioning must follow the x.x.x format, breaking changes should be a major release.
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.

Pre-releases are only shown if you have the "Show beta version notifications" checked and should be used with caution.
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
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.

## Homebrew Cask ##
Full releases (not pre-releases) are automatically updated from the atom feed.

0 comments on commit 4dcb381

Please sign in to comment.