Skip to content

Commit

Permalink
Merge branch 'main' into reuse
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Oct 28, 2023
2 parents e7de663 + fad714d commit 813ff87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/dev/release/README.md → .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This docs contains informations for releasing releasing.

Creating a release can be done by pushing a tag to the GitHub repository (begining with `v`).

The [release workflow](../../.github/workflows/release.yaml) will take care of creating the GitHub release and will publish artifacts.
The [release workflow](../.github/workflows/release.yaml) will take care of creating the GitHub release and will publish artifacts.

```shell
VERSION="v0.1.0"
Expand All @@ -18,8 +18,8 @@ git push origin $TAG

## Release notes

Release notes for the `main` branch lives in [main.md](../../.release-notes/main.md).
Release notes for the `main` branch lives in [main.md](../.release-notes/main.md).

Make sure it is up to date and rename the file to the version being released.

You can then copy [_template.md](../../.release-notes/_template.md) to [main.md](../../.release-notes/main.md) for the next release.
You can then copy [_template.md](../.release-notes/_template.md) to [main.md](../.release-notes/main.md) for the next release.
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

This documentation contains the following docs:

- [Dev docs](./dev/README.md)
- [User docs](./user/README.md)
6 changes: 0 additions & 6 deletions docs/dev/README.md

This file was deleted.

0 comments on commit 813ff87

Please sign in to comment.