Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 29, 2023
1 parent fd2c6ab commit 3ee047b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/_release/README.md → doc/ci-cd.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Spoon Releases
# Spoon CI/CD config

## Continuous integration

Spoon uses Github Actions pipelines and a Jenkins server for regression testing.

The main Github Actions pipeline for testing are based on NIX as follows: TODO document a bit.


## Continuous delivery

## Versioning

Expand All @@ -8,7 +17,6 @@ Spoon uses a three digit version number MAJOR.MINOR.HOTPATCH. We follow semantic
* we bump MINOR in the remaining cases (the majority of cases).
* we bump HOTPATCH when a normal release is not operational.

## Continuous delivery

### Beta versions

Expand Down

0 comments on commit 3ee047b

Please sign in to comment.