Skip to content

Commit

Permalink
release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Aug 6, 2018
1 parent 4683523 commit 3261515
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Expand Up @@ -6,6 +6,14 @@ Notable changes between releases of the Glottolog data.
## [Unreleased]


## [3.3.1] - 2018-08-06

- fixed issue https://github.com/clld/glottolog/issues/240 whereby English was
listed as nearly extinct language.
- fixed issue https://github.com/clld/glottolog/issues/239 whereby languoid index
files were not in sync with the classification tree.


## [3.3] - 2018-07-25

See https://github.com/clld/glottolog/pulls?q=is%3Apr+is%3Amerged for a list of
Expand Down
10 changes: 8 additions & 2 deletions RELEASING.md
Expand Up @@ -41,8 +41,14 @@ Merging the BibTeX files
Releasing
---------

9. Draft a new release
10. Add DOI badge from ZENODO as soon as it becomes available.
9. Add release notes to `CHANGES.md`
10. Draft a new release running
```
git commit -a -m"release <version>"
git tag -a v<version> -m "release <version>"
```
and have it picked up by ZENODO by turning the tag into a "proper" release on GitHub.
11. Add DOI badge from ZENODO as soon as it becomes available.


Releasing `pyglottolog`
Expand Down

0 comments on commit 3261515

Please sign in to comment.