-
Notifications
You must be signed in to change notification settings - Fork 100
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
Would it be possible to add a changelog for each package? #913
Comments
I've tried to upgrade to v6.0.1 of the
|
Thanks for the suggestion on the release notes. Those suggested package don't fit within our current process, but our process could use some refinement, so we'll have to consider those libraries. The last major version bump of these packages was due to a restructuring of many of the typescript configuration controlling the build process. They have not been pushed as the latest packages because they still need to go through some validation with some test projects to make sure some something else hasn't broken. If I had to wager a guess, I'd say either you don't have the updated OfficeAddinUsageDate and it's needed (though I'm not sure why) or something did break between OfficeAddinUsageData and OfficeAddinDebugging. Could you try installing the "next" version of OfficeAddinUsageData directly in your project and see if you get different behavior? |
Actually . . . that won't work. Looks like the generated import statement (typescript to js in the package) changed when the typescript build confg was updated and that is not working even though the updated office-addin-usage-data package is installed. This is a bug in the packages that needs to get fixed before making these versions the "latest" versions. |
It would be great if we could add a
changelog.md
to each of the packages and also detail the package changelog in each GitHub release and tag that is pushed to this monorepo.For context:
office-addin-debugging to v6.0.1
andoffice-addin-manifest to v2.0.1
Potential solutions
There are some off-the-shelf tools available for automatically updating monorepo packages semantic versions based on conventional commits
The text was updated successfully, but these errors were encountered: