Skip to content

Commit

Permalink
chore: bump dependencies and fix github release (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
BodySplash committed May 29, 2021
1 parent 4900036 commit eed0e98
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 271 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
* Auto release to github

## [0.3.1] - 2021-04-20

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
open Argu
#load ".fake/build.fsx/intellisense.fsx"
#if !FAKE
#r "Facades/netstandard"
#r "netstandard"
#endif
open System
Expand All @@ -18,8 +19,7 @@ open Fantomas
open Fantomas.Extras.FakeHelpers

BuildServer.install [
AppVeyor.Installer
Travis.Installer
GitHubActions.Installer
]

let environVarAsBoolOrDefault varName defaultValue =
Expand Down Expand Up @@ -85,7 +85,6 @@ let mutable changelogBackupFilename = ""

let publishUrl = "https://www.nuget.org"

let docsSiteBaseUrl = sprintf "https://%s.github.io/%s" gitOwner gitRepoName

let disableCodeCoverage = environVarAsBoolOrDefault "DISABLE_COVERAGE" false

Expand Down
6 changes: 3 additions & 3 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ group Build
nuget Fake.Tools.Git 5.20.4
nuget Fake.DotNet.Paket 5.20.4
nuget Fake.Api.GitHub 5.20.4
nuget Fake.BuildServer.AppVeyor 5.20.4
nuget Fake.BuildServer.Travis 5.20.4
nuget Fake.BuildServer.GitHubActions 5.20.4
nuget Argu
nuget Fantomas.Extras
nuget Octokit 0.48

group Analyzers
source https://www.nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.2.1
nuget BinaryDefense.FSharp.Analyzers.Hashing 0.2.2
Loading

0 comments on commit eed0e98

Please sign in to comment.