Skip to content

My tweaks to F#.Formatting generation#1

Open
baronfel wants to merge 2 commits into
nhirschey:nh-fsdocsfrom
baronfel:generate-docs
Open

My tweaks to F#.Formatting generation#1
baronfel wants to merge 2 commits into
nhirschey:nh-fsdocsfrom
baronfel:generate-docs

Conversation

@baronfel
Copy link
Copy Markdown

No description provided.

@baronfel baronfel changed the base branch from main to nh-fsdocs May 28, 2024 20:45
Comment thread Directory.Build.props
<Title>FsAutoComplete</Title>
<Product>FsAutoComplete</Product>
<PackageLicenseExpression Condition=" '$(PackAsTool)' != 'true' ">Apache-2.0</PackageLicenseExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of our stuff in this repo is Apache, so need need for the conditional

Comment thread Directory.Build.props
<!-- Only the tool package is packable -->
<IsPackable>false</IsPackable>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<FsDocsLicenseLink>https://www.apache.org/licenses/LICENSE-2.0</FsDocsLicenseLink>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static license => static link

Comment thread Directory.Build.targets
Comment on lines +17 to +21
<PropertyGroup Label="FsDocsProperties">
<!-- FSharp.Formatting has custom properties, but these should mostly be set from more
standard packaging properties IMO. -->
<RepositoryUrl Condition="'$(RepositoryUrl)' == '' and '$(PublishRepositoryUrl)' == 'true'">$(PrivateRepositoryUrl)</RepositoryUrl>
<FsDocsReleaseNotesLink>$(RepositoryUrl)/blob/main/CHANGELOG.md</FsDocsReleaseNotesLink>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is partly what I was talking about on my comment to your PR - this should be automatable to some degree with already-existing data, it just seems like there's a gap in the SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant