You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/DEVELOP.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,9 +320,20 @@ Tokens library v0.4.1
320
320
321
321
We try also to apply [keep a changelog](https://keepachangelog.com/en/1.0.0/), and [semantic versioning](https://semver.org/spec/v2.0.0.html) both with [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
322
322
323
-
We do not generate yet`RELEASE_NOTE.md` file using the Git history and [git cliff](https://git-cliff.org/) tool.
323
+
We can generate a`RELEASE_NOTE.md` file using the Git history and [git cliff](https://git-cliff.org/) tool.
324
324
Today we update the unique CHANGELOG manualy, but you can find [in the wiki more details about the use of git-cliff](https://github.com/Orange-OpenSource/ouds-ios/wiki/52-%E2%80%90-About-changelog,-release-notes-and-hooks)
325
325
326
+
To generate a release note:
327
+
328
+
```shell
329
+
# Install git-cliff
330
+
brew install git-cliff
331
+
332
+
# Run the command
333
+
# where X is the starting tag and Y the ending tag
0 commit comments