mirror of https://github.com/vernonkeenan/lib
				
				
				
			| 
				
					
						
							 | 
			||
|---|---|---|
| .vscode | ||
| api | ||
| app | ||
| build | ||
| client | ||
| swagger | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| openapitools.json | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	lib
vernonkeenan Shared Libraries (go)
Dependent Systems
The Gitea server https://code.tnxs.net must be up and running with admin access.
Update Procedure
Prerequisite: All the other repos are cloned locally in adjacent directories.
- 
Increment branch number in local repo
 - 
Generate all OpenAPI libraries and then cleanup modules
 
make swagger
go get -u -f ./...
go mod tidy
- Commit and push new branch to GitHub
 - On GitHub goto https://github.com/vernonkeenan/lib/settings/branches set the new branch to default.
 - On GitHub goto https://github.com/vernonkeenan/lib/releases and publish a new release for the new branch. Make the new tag the branch name.
 - On Gitea goto https://code.tnxs.net/vernonkeenan/lib/settings and click Synchronize Now.
 - Update the 
go.modline withcode.tnxs.net/vernonkeenan/libin each project to match the latest version.