kintone/js-sdk

Enable to create plugins which has a version written in new format

Closed this issue ยท 3 comments

Package

  • @kintone/plugin-manifest-validator

Why

After the Kintone's next update on July 2021, new format version become available like '1.2.3'.

What

modify packages/plugin-manifest-validator/manifest-schema.json to accept new format.

Hello,

I'm guessing that the specifications have already been finalized, but I'll try to write down what I hope to do.

It would be nice to be able to write the semver equivalent. For example, 1.2.3-beta.1.

https://semver.org/lang/ja/

Well, I guess not many people want to write like this... :)

@latica-jp
Thank you for your feedback!
We will use your comment as a reference for future feature additions.
If you don't mind, please tell us the reason that you want to specify the semver equivalent version.

@shintaroNagata

Hi, thanks for the reply. Looking forward to future feature additions.

There are cases where we want to include information about builds and releases in the version number, so semver is useful for us as it allows us to include additional information.