Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Ionide.KeepAChangelog #132

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Conversation

Krzysztof-Cieslak
Copy link
Member

Use Ionide.KeepAChangelog instead of custom FAKE code.

@baronfel
Copy link
Collaborator

Nice. Thoughts on putting the packaging props into a Directory.Build.props file and removing that as well? that makes simple builds/packs from dotnet pack align with dotnet fake.

@@ -126,14 +98,12 @@ Target.create
"Pack"
(fun _ ->
let properties =
[ ("Version", nugetVersion)
("Authors", authors)
[ ("Authors", authors)
("PackageProjectUrl", gitUrl)
("PackageTags", tags)
("RepositoryType", "git")
Copy link
Collaborator

Choose a reason for hiding this comment

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

these source control properties can be removed - sourcelink/dotnet.reproducible builds infer them correctly for you.

("PackageProjectUrl", gitUrl)
("PackageTags", tags)
("RepositoryType", "git")
("RepositoryUrl", gitUrl)
("PackageLicenseExpression", "MIT")
("PackageReleaseNotes", packageReleaseNotes)
("PackageDescription", summary)
("EnableSourceLink", "true") ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

this one can be removed as well - sourcelink is just auto-on with the dotnet.reproduciblebuild package.

@@ -126,14 +98,12 @@ Target.create
"Pack"
(fun _ ->
let properties =
[ ("Version", nugetVersion)
("Authors", authors)
[ ("Authors", authors)
("PackageProjectUrl", gitUrl)
Copy link
Collaborator

Choose a reason for hiding this comment

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

you can remove this project url as well - it defaults to the repo git url that sourcelink derives from the origin uri

@Krzysztof-Cieslak Krzysztof-Cieslak merged commit 921703b into main Feb 14, 2022
knocte added a commit to knocte/proj-info that referenced this pull request Mar 22, 2022
knocte added a commit to knocte/proj-info that referenced this pull request Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants