Skip to content

Commit 25f8ff5

Browse files
committed
Write documentation in CONTRIBUTING.md about the release procedure as Makefile.
1 parent af73486 commit 25f8ff5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ The installation of SwiftLint to your environment is optional. [Hound CI](https:
4646
Some Swift source files are generated from ERB files, e.g. `Resolver.swift` is generated from `Resolver.erb`, to easily maintain a set of functions that only differ the number of arguments. The generated source files are located under `GeneratedCode` group in the Xcode project. Do not modify the generated code directly, but instead modify the source ERB code. After modifying the ERB code, run `script/gencode` script to generate the Swift code.
4747

4848
**Thank you for contributing!**
49+
50+
## For Maintainers
51+
52+
### Making a new release version
53+
54+
Our release procedure is described as [Makefile](https://github.com/Swinject/Swinject/blob/master/Makefile). Run `make help` coomand for more info.

0 commit comments

Comments
 (0)