Skip to content

Update changelog #143

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

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.7.0

- Install flutter sdk in publishing step, allowing Flutter packages to be
published ([#68][])
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
published ([#68][])
published ([#68][68])

Copy link
Member

Choose a reason for hiding this comment

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

Or you just write:

published ([#68]) 

[#68]: https://github.com/dart-lang/setup-dart/issues/68

published (#68)

Copy link
Member

Choose a reason for hiding this comment

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

Not sure why anyone would explicitly make the empty [] at the end.


Also I don't think [#64] will match the [64]: <url> thing. I think it only works on github because github does automatic links for #64, but I could be wrong.


[68]: https://github.com/dart-lang/setup-dart/issues/68

## v1.6.5

- Fix zip path handling on Windows 11 ([#118][])
Expand Down