Update releasing instructions

This commit is contained in:
Katrina Verey
2023-02-02 11:07:54 -05:00
parent 183928e6ba
commit 4fff8399ea
3 changed files with 41 additions and 55 deletions

View File

@@ -57,6 +57,8 @@ func (e *Editor) Tidy() error {
func (e *Editor) Pin(target misc.LaModule, oldV, newV semver.SemVer) error {
err := e.run(
"edit",
"-dropreplace="+target.ImportPath(),
"-dropreplace="+target.ImportPath()+"@"+oldV.String(),
"-require="+target.ImportPath()+"@"+newV.String(),
)
if err != nil {