You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity supports a custom tag in the package.json file to show current version information directly in their Unity package manager.
That property looks like this:
"_upm": {
"changelog": "- Fixed1 \n - Fixed2 \n - New feature 3"
},
Is there any way we can make npm also write the release-notes into a property that we can configure in the same step as it writes the version number?
The text was updated successfully, but these errors were encountered:
Unity supports a custom tag in the package.json file to show current version information directly in their Unity package manager.
That property looks like this:
"_upm": {
"changelog": "- Fixed1 \n - Fixed2 \n - New feature 3"
},
Is there any way we can make npm also write the release-notes into a property that we can configure in the same step as it writes the version number?
The text was updated successfully, but these errors were encountered: