Skip to content

Commit

Permalink
doc(action): [#3] Document the Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed May 28, 2021
1 parent cfa5b13 commit aed7561
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish docker image and release
name: Create github release

on:
push:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# bso-ui
Front-end pour le Baromètre de la Science Ouverte

![example workflow](https://github.com/dataesr/bso-ui/actions/workflows/release.yml/badge.svg)

<br/>
<br/>

## Boilerplate

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

The version number follow [semver](https://semver.org/).

To create a new release, push a new tag to github.

0 comments on commit aed7561

Please sign in to comment.