This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/README.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

[![pipeline status](https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/badges/master/pipeline.svg)](https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/commits/master)
# autonomic-cooperative.gitlab.io
A [Jekyll] based site for the Autonomic Cooperative.
The template is based on the [spectral-jekyll-theme].
2017-10-13 20:14:28 +00:00
We use [autonomic.zone] for production and [autonomic-cooperative.gitlab.io] for staging.
[Jekyll]: https://jekyllrb.com/
[spectral-jekyll-theme]: https://github.com/andrewbanchich/spectral-jekyll-theme
2017-10-13 20:14:28 +00:00
[autonomic.zone]: https://autonomic.zone/
[autonomic-cooperative.gitlab.io]: http://autonomic-cooperative.gitlab.io/
2017-10-04 14:07:32 +00:00
# Contribute
2017-10-04 14:07:32 +00:00
Please see [CONTRIBUTING.md] for the juicy details.
2017-10-04 14:07:32 +00:00
[CONTRIBUTING.md]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/blob/master/CONTRIBUTING.md
2017-09-22 09:46:39 +00:00
2017-10-04 14:07:32 +00:00
# Make A New Release
2017-09-24 13:34:02 +00:00
Firstly, you'll need to tag and push the latest HEAD with:
2017-09-22 09:46:39 +00:00
```bash
2017-10-04 14:59:48 +00:00
$ git tag -a <YOUR-VERSION-NUMBER> $(git rev-parse HEAD)
2017-10-04 14:48:00 +00:00
$ git push upstream master --tags
2017-09-22 10:21:53 +00:00
```
2017-10-04 14:48:00 +00:00
Then make a release with:
```bash
$ make release
```