Skip to content

Commit

Permalink
Add "Releases" section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Jul 29, 2019
1 parent c35f91b commit a8f51b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ It also offers other features related to Semantic Data like exposing the necessa
- [Translation of fields](#translation-of-fields)
- [Structured Data and Google Dataset Search indexing](#structured-data-and-google-dataset-search-indexing)
- [Running the Tests](#running-the-tests)
- [Releases](#releases)
- [Acknowledgements](#acknowledgements)
- [Copying and License](#copying-and-license)

Expand Down Expand Up @@ -911,6 +912,15 @@ Example output of structured data in JSON-LD:
To run the tests, do:

nosetests --nologcapture --ckan --with-pylons=test.ini ckanext

## Releases

To create a new release, follow these steps:

* Determine new release number based on the rules of `semantic versioning <http://semver.org>`_
* Update the CHANGELOG, especially the link for the "Unreleased" section
* Update the version number in `setup.py`
* Create a new release on GitHub and add the CHANGELOG of this release as release notes

## Acknowledgements

Expand Down

0 comments on commit a8f51b9

Please sign in to comment.