Skip to content

Commit

Permalink
Update releasing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jun 5, 2020
1 parent 21c9767 commit bad0c42
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,23 @@ You can compile the utility with different blosc shared libraries with::

Then, test the file created with the new version with::

$ ./filegen decompress blosc-lz4-1.y.z.cdata
$ ./filegen decompress blosc-1.y.z-lz4.cdata

If that works and you want to keep track of this for future compatibility checks
just add the new file to the suite::

$ git add blosc-1.y.z-lz4.cdata
$ git commit -m"Add a new cdata file for compatibility checks"

Repeat this for every codec shipped with Blosc (blosclz, lz4, lz4hc, snappy,
zlib and zstd).

Tagging
-------

- Create a tag ``X.Y.Z`` from ``master``. Use the next message::
- Create a tag ``X.Y.Z`` from ``master``::

$ git switch master
$ git tag -a vX.Y.Z -m "Tagging version X.Y.Z"

- Push the previous commits and tag to the github repo::
Expand Down

0 comments on commit bad0c42

Please sign in to comment.