Skip to content

Add new pattern for Release Process/Published Artifacts #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 17, 2021
Prev Previous commit
Next Next commit
Fixing typo
  • Loading branch information
spier authored Jun 17, 2021
commit 4f479218ae6e300a2820df974e5c84c4c7978803
2 changes: 1 addition & 1 deletion patterns/1-initial/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with a published artifact that is the result of a clearly documented and v

- CI/Delivery Pipeline is located within your repo to build artifacts (binary, docker image, jar, etc)
- Releases and accompanying build artifacts are generated by CI system at build time
- Release ncludes notes on New Features, Bug Fixes, and any "Breaking Changes" specifically called out
- Release includes notes on New Features, Bug Fixes, and any "Breaking Changes" specifically called out

A good example of quality Release notes can be found [here](https://github.com/jaegertracing/jaeger/releases)

Expand Down