Skip to content

Commit

Permalink
Tweak DEVELOPING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrudvik committed Jun 28, 2022
1 parent 5ce45b6 commit d9c085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please note that the formatting of the text (as HTML) is set in the containing G

Releases are manually created with these steps:

1. Ensure code is formatted (`gofmt -d .`) and tests are passing (`go test`)
1. Ensure code is formatted (`gofmt -d .`) and tests are passing (`go test ./...`)
1. Increment the version in `main.go`
1. [Draft a new release](https://github.com/jbrudvik/note/releases/new) with a new tag that matches the version from the previous step
1. Build Mac binary (`go build`) and ensure it runs (`./note`)
Expand Down

0 comments on commit d9c085b

Please sign in to comment.