This repository was archived by the owner on Jan 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,15 @@ Contributions are most welcome! The parser itself is pretty stupidly naive and I
118
118
4 . Push to the branch (` git push origin my-new-feature ` )
119
119
5 . Create new Pull Request
120
120
121
+ ## Releases
122
+
123
+ Releases should follow [ Semver] ( http://semver.org/ ) though the first couple of releases are ` v1 ` and ` v1.1 ` .
124
+
125
+ Use [ annotated tags for all releases] ( https://github.com/joho/godotenv/issues/30 ) . Example ` git tag -a v1.2.1 `
126
+
121
127
## CI
122
128
123
- Linux: [ ![ wercker status ] ( https://app.wercker.com/status/507594c2ec7e60f19403a568dfea0f78/m " wercker status " )]( https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78 ) Windows: [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4 )] ( https://ci.appveyor.com/project/joho/godotenv )
129
+ Linux: [ ![ Build Status ] ( https://travis-ci.org/joho/godotenv.svg?branch=master )] ( https://travis-ci.org/joho/godotenv ) Windows: [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4 )] ( https://ci.appveyor.com/project/joho/godotenv )
124
130
125
131
## Who?
126
132
You can’t perform that action at this time.
0 commit comments