module
Version:
v2.2.1
Opens a new window with list of versions in this module.
Published: Jan 5, 2024
License: MIT
Opens a new window with license information.
README
¶
goutils
This repo is comprised of utilities that I use across various go projects.
Dependencies
For Contributors and Developers
-
Fork this project
-
Install dependencies:
mage installDeps
-
Update and run pre-commit hooks locally:
mage runPreCommit
Create New Release
-
Download and install the gh cli tool:
-
Install changelog extension:
gh extension install chelnak/gh-changelog
-
Generate changelog:
NEXT_VERSION=v1.1.3
gh changelog new --next-version "${NEXT_VERSION}"
-
Create release:
gh release create "${NEXT_VERSION}" -F CHANGELOG.md
Click to show internal directories.
Click to hide internal directories.