Skip to content

Commit

Permalink
docs(lib): README item describing semantic versioning
Browse files Browse the repository at this point in the history
Added a readme section describing how this library is versioned automatically based on the
semantic-release project.
  • Loading branch information
PaulMaddox committed Jul 12, 2018
1 parent 84bea8a commit 70f8eec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ The intrinsic 'Ref' function as implemented will resolve all of the [pseudo para

If a reference is not a pseudo parameter, GoFormation will try to resolve it within the AWS CloudFormation template. **Currently, this implementation only searches for `Parameters` with a name that matches the ref, and returns the `Default` if it has one.**


## Versioning

This library is automatically versioned and tagged using [semantic-release](https://github.com/semantic-release/semantic-release).

## Contributing

Contributions and feedback are welcome! Proposals and pull requests will be considered and responded to. For more information, see the [CONTRIBUTING](CONTRIBUTING.md) file.

0 comments on commit 70f8eec

Please sign in to comment.