https://github.com/ncgl-git/ncglpm
https://github.com/ncgl-git/ncglpm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncgl-git/ncglpm
- Owner: ncgl-git
- License: mit
- Created: 2023-05-25T01:37:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T14:36:25.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T00:08:21.945Z (about 2 years ago)
- Language: Go
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.