Conversation
|
Looks like tag v2.21.0 points to -> 50dcfb1 which reads: I dunno why that is, because, this https://github.com/ipfs/ipfs-companion/pull/1147/commits should've fixed it. Now we can look into moving the tag ahead of current commit. The fix looks like: https://stackoverflow.com/a/25849917/1114922 but maybe not worth the hassle. I think the last release that happened, the PR was missed. |
| "project": "./tsconfig.json" | ||
| } | ||
| }, | ||
| "version": "2.21.0" |
There was a problem hiding this comment.
Also, why don't we have a version entry in the
package.json?
It is a legacy thing (from the time before v2) – NPM was not very useful back then.
@whizzzkid I think it will be easier for interop with release tools if you move the "source of truth" for version to package.json and then make sure the build applies value from package.json to add-on/manifest.common.json.
Ok to do that in the future PR.
50ba154 to
a4f6e91
Compare
There was a problem hiding this comment.
@whizzzkid I merged #1125. The code was added to this PR as expected, but information about #1125 was not added to "What's Changed" in the first comment of this PR and the CHANGELOG was also not updated.
We should fix this before making a release.
|
Closing this PR. |

🤖 I have created a release beep boop
What's Changed
New Contributors
Full Changelog: v2.20.1...v2.21.0
This PR was generated with Release Please. See documentation.