Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update build dependencies ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 26, 2022
1 parent 8a7489d commit 704b7fb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.8.0+8a7489d (Released 2022-9-26)
* Additions:
* latest commit #8a7489d
* [[#14ffee7](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/14ffee71712c1186f70a99eeb14fa2483c9e22ca)] Template. Recurse search for docs through directories (Issue #2)
* [[#172cbcb](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/172cbcbbc580d95f9c80f8c110844d53c75ad8f7)] Change some styling in template
* Bugfixes:
* [[#8a7489d](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/8a7489df718aed6d92533d194e9b41dc265ae4e1)] Fix formatting (Issue #3).

### 0.7.1+67cd4bf (Released 2022-9-2)
* Additions:
* latest commit #67cd4bf
Expand Down
5 changes: 3 additions & 2 deletions build/ProjectInfo.fs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module ProjectInfo

open Fake.Core
open Fake.Extensions.Release

Release.exists()

// Create RELEASE_NOTES.md if not existing. Or "release" would throw an error.
Fake.Extensions.Release.ReleaseNotes.ensure()

let fornaxTestClientDependencies = "client/_lib"

Expand Down
4 changes: 2 additions & 2 deletions build/ReleaseNotesTasks.fs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ let createAssemblyVersion = BuildTask.create "createvfs" [] {
}

let updateReleaseNotes = BuildTask.createFn "ReleaseNotes" [] (fun config ->
Release.exists()
ReleaseNotes.ensure()

Release.update(ProjectInfo.gitOwner, ProjectInfo.project, config)
ReleaseNotes.update(ProjectInfo.gitOwner, ProjectInfo.project, config)

let semVer =
Fake.Core.ReleaseNotes.load "RELEASE_NOTES.md"
Expand Down
2 changes: 1 addition & 1 deletion build/build.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Fake.DotNet.MSBuild" Version="5.22.0" />
<PackageReference Include="Fake.IO.FileSystem" Version="5.22.0" />
<PackageReference Include="Fake.Tools.Git" Version="5.22.0" />
<PackageReference Include="Fake.Extensions.Release" Version="0.2.0" />
<PackageReference Include="Fake.Extensions.Release" Version="0.3.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Nfdi4Plants.Fornax.Template/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nfdi4plants-fornax-template",
"version": "0.7.1+67",
"version": "0.8.0+8a7489",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"repository": {
"url": "https://github.com/Freymaurer/Nfdi4Plants.Fornax"
Expand Down

0 comments on commit 704b7fb

Please sign in to comment.