Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit ef92e06

Browse files
authored
Merge pull request #24 from MFB-Technologies-Inc/r-jarvis-patch-1
Update README.md
2 parents 07deebd + a4dcf11 commit ef92e06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Swift package of https://github.com/msintuneappsdk/ms-intune-app-sdk-ios
22

33
## Updating for new releases
44

5-
Create a new branch named `feature/{{ new version }}. Update the URLs and hashes for each framework. Create a release on this branch where the tag is `pre-{{ new version }}` with the framework zip files attached. The `pre-` part of the tag name is important because it prevents SPM from resolving that tag as the next version. This release should NOT be marked as latest.
5+
Create a new branch named `feature/{{ new version }}`. Update the URLs and hashes for each framework. Create a release on this branch where the tag is `pre-{{ new version }}` with the framework zip files attached. The `pre-` part of the tag name is important because it prevents SPM from resolving that tag as the next version. This release should NOT be marked as latest.
6+
7+
In order to ensure the checksum is correct for PRs, we will run a check on the value for the un-zipped folders. We can do this by downloading and un-zipping the folder from both the `pre-` tag as well as from Intune's repo here (https://github.com/microsoftconnect/ms-intune-app-sdk-ios/tags) and comparing.
68

79
Once the PR is merged, create a new release where the tag is the appropriate version number and should be marked as latest.

0 commit comments

Comments
 (0)