Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 3ddb279

Browse files
authored
README housekeeping
1 parent 325433c commit 3ddb279

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,15 @@ Contributions are most welcome! The parser itself is pretty stupidly naive and I
118118
4. Push to the branch (`git push origin my-new-feature`)
119119
5. Create new Pull Request
120120

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+
121127
## CI
122128

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)
124130

125131
## Who?
126132

0 commit comments

Comments
 (0)