Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-me authored and bgavrilMS committed Dec 12, 2023
1 parent 71f2c02 commit 1f802fb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ The semantics are: MAJOR.MINOR.PATCH (example 1.1.5)

We will update our code distributions to use the latest PATCH semantic version number in order to make sure our customers and partners get the latest bug fixes. Downstream partner needs to pull the latest PATCH version. Most partners should try lock on the latest MINOR version number in their builds and accept any updates in the PATCH number.

Examples:
Using Cocapods, the following in the podfile will take the latest ADALiOS build that is > 1.1 but not 1.2.
```
pod 'ADALiOS', '~> 1.1'
```

Using NuGet, this ensures all 1.1.0 to 1.1.x updates are included when building your code, but not 1.2.

```
Expand Down Expand Up @@ -43,4 +37,4 @@ Example: We release ADALiOS 2.0 in the future which supports unified Auth for AA
Microsoft Identity SDKs major versions will maintain backwards compatibility with Azure Active Directory web services through the support period. This means that the API surface area defined in a MAJOR version will continue to work for 2 years after release.

We will respond to bugs quickly from our partners and customers submitted through GitHub and through our private alias (tellaad@microsoft.com) for security issues and update the PATCH version number. We will also submit a change summary for each PATCH number.
Occasionally, there will be security bugs or breaking bugs from our partners that will require an immediate fix and a publish of an update to all partners and customers. When this occurs, we will do an emergency roll up to a PATCH version number and update all our distribution methods to the latest.
Occasionally, there will be security bugs or breaking bugs from our partners that will require an immediate fix and a publish of an update to all partners and customers. When this occurs, we will do an emergency roll up to a PATCH version number and update all our distribution methods to the latest.

0 comments on commit 1f802fb

Please sign in to comment.