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

35 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].
[Jekyll]: https://jekyllrb.com/
[spectral-jekyll-theme]: https://github.com/andrewbanchich/spectral-jekyll-theme
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
2017-10-04 14:07:32 +00:00
It's easy. Just tag the current HEAD and run the Make target.
2017-09-22 09:46:39 +00:00
```bash
2017-10-04 14:07:32 +00:00
$ git tag -a 2.0.0 $(git rev-parse HEAD)
$ git push upstream master
$ make release
2017-09-22 10:21:53 +00:00
```
2017-10-04 14:07:32 +00:00
This pushes your latest tag to the upstream remote and then
takes the contents of the dist folder and pushes it to the
production branch.
2017-10-04 14:07:32 +00:00
Our production setup makes sure to serve this new content.
2017-10-04 14:07:32 +00:00
[dist folder]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/tree/master/dist