-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 changed files
with
51 additions
and
25 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
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 |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# Release notes, v1.0.0 | ||
|
||
Stay tuned. | ||
π Hi, folks! | ||
|
||
We are glad to announce the first stable release of the template | ||
to help the Go community build their excellent modules faster! π | ||
|
||
## [Ready to go](https://github.com/octomation/go-module/milestone/1) | ||
|
||
- Adopted for [Go 1.11..1.20](https://github.com/octomation/go-module/blob/ce4b2f9da00629de266f672db011616b97a8804c/.github/workflows/ci.yml#L59-L71) support. | ||
- Call `make go-1.11 # go-1.12, etc.` and work with a module inside the specified Go environment. | ||
- Has a lot of well-tested [workflows](https://github.com/octomation/go-module/tree/main/.github/workflows). | ||
- Uses the full power of GitHub: | ||
1. [GitHub Actions](https://github.com/features/actions). | ||
2. [GitHub Pages](https://pages.github.com). | ||
3. [Dependabot](https://github.com/dependabot). | ||
- Implements best practices of Go. | ||
- Includes [Makefiles](https://github.com/octomation/makefiles), [Taskfiles](https://github.com/octomation/taskfiles), and [tools](https://github.com/octomation/go-module/blob/main/tools/tools.go). | ||
|
||
## [Out of the box](https://github.com/octomation/go-module/tree/main/.github/integrations) | ||
|
||
### Slack integration | ||
|
||
![image](https://user-images.githubusercontent.com/1165416/234065649-f9ac53ea-e420-4759-92ff-de2e071f5f0e.png) | ||
|
||
### Documentation | ||
|
||
Based on [Nextra](https://nextra.site), hosted by [GitHub Pages](https://pages.github.com). | ||
See [the example](https://go-module.octolab.org). |
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