An open API service indexing awesome lists of open source software.

https://github.com/ncgl-git/ncglpm


https://github.com/ncgl-git/ncglpm

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# NCGLPM
Golang binary to consolidate helper tools for managing Proxmox. Also intended as a mechanism to learn Golang and CICD (probably Github Actions).

### Release

1. Update the `CHANGELOG.md` file - this should be human readable text.
2. Upversion the `version` value in the `root.go`
3. Merge release branch into main
4. Tag main with `release/` to trigger the release CICD.