Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Manage blocklet release

ArcBlock
2023-09-08 08:47
· edited

The project created by the create-blocklet tool is automatically configured with the corresponding versioning script

Versioning in a single application project#

Execute make bump-version in the root directory, the script will automatically calculate the next version number, or you can choose to enter the specified version number by typing enter.

single

Follow the prompts in the terminal to adjust the CHANGELOG.md file, continue typing enter and end.

single

This completes the update of the single application project version

Versioning in a combined application project#

Run npm run bump-version in the root directory, select a version update method, and type enter.

single

Follow the prompts in the terminal to adjust the CHANGELOG.md file, continue typing enter, and finish.

single

This completes the update of the composition application version



Sticker