Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer authored Jan 5, 2023
1 parent b4f4a6f commit 626265c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module ReleaseNoteTasks =

### AssemblyVersion.create

This function creates a AssemblyVersion.fs in the same directory as `build.fsx` with the following content. It accesses the RELEASE_NOTES.md for version and date information.
This function creates a AssemblyVersion.fs with the following content. It accesses the RELEASE_NOTES.md for version and date information.

```fsharp
// Auto-Generated by FAKE; do not edit
Expand Down Expand Up @@ -110,7 +110,7 @@ It takes optional parameters:
- Example: `n:50` → Crawl last 50 commits.

The function will check all git commits since the last one used, and add them to the RELEASE_NOTES.md. If no additonal param is given then the latest commits are added to the latest release notes. If a optional param is given the version is increased and all not-yet-added commits are added to the new version.
In all cases the latest commit is added both as additional info to SemVer and as the first entry in the RELEASE_NOTES.md.
In all cases the latest commit is added as additional metadata to SemVer in the RELEASE_NOTES.md.

Here is an example from this repository.
```md
Expand Down

0 comments on commit 626265c

Please sign in to comment.