-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,10 +124,10 @@ https://go.dev/doc/modules/publishing | |
|
||
go mod tidy | ||
git add . | ||
git commit -m "changes for v0.0.3 - shortened the response package import name in the controllers to be more elegant + added comment that indicates where the ORM / SQL queries go" | ||
git tag v0.0.3 | ||
git push origin v0.0.3 | ||
GOPROXY=proxy.golang.org go list -m github.com/tompston/[email protected].3 | ||
git commit -m "v0.0.6" | ||
git tag v0.0.6 | ||
git push origin v0.0.6 | ||
GOPROXY=proxy.golang.org go list -m github.com/tompston/[email protected].6 | ||
|
||
|
||
{{- if ( eq .ProjectInfo.Framework "fiber") }} | ||
|