xuri / excelize-wasm

A WebAssembly build of the Go Excelize library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
https://xuri.me/excelize
BSD 3-Clause "New" or "Revised" License
197 stars 34 forks source link

Document / implement a formalized release process #6

Open paustint opened 1 year ago

paustint commented 1 year ago

Description

This is a tooling feature request. I think it would be a nice addition to use tooling to aid in the package publishing and release process.

In the past, I have used release-it which makes bumping version number, publishing on npm, creating github release, and git tagging the release a really pleasant and simple process.

All of the other feature request template is N/A in this case