You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to the "**cookie-github**" will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
---
8
+
9
+
## [Unreleased]
10
+
11
+
### TODO
12
+
13
+
-
14
+
15
+
### Added
16
+
17
+
-
18
+
19
+
### Changed
20
+
21
+
-
22
+
23
+
### Fixed
24
+
25
+
-
26
+
27
+
## [**1.0.0**] - 2023-03-12
28
+
29
+
### Added
30
+
31
+
- Cookiecutter templates for .github folder.
32
+
- Cookiecutter action for CI Unit testing in C++ (CMake, Catch2 based).
@@ -30,8 +32,8 @@ again. In order to do so, simply specify template name as argument for cookiecut
30
32
$ cookiecutter cookie-github
31
33
```
32
34
33
-
NOTE: alternatively, you can use [Cookieninja](https://github.com/cookieninja-generator/cookieninja), a forked and more updated version of Cookiecutter with
34
-
backward compatibility.
35
+
NOTE: alternatively, you can use [Cookieninja](https://github.com/cookieninja-generator/cookieninja),
36
+
forked and more updated version of Cookiecutter with backward compatibility.
35
37
36
38
## Variables
37
39
@@ -42,6 +44,10 @@ you will be prompted to fill in the following values:
42
44
folder.
43
45
-**add_PR_template:** this flags controls wether or not to add a PR template in the generated
44
46
folder.
47
+
-**add_ci_action_unit_tests_runner:** this variable controls whether or not to create an action to
48
+
run unit tests in the repository. The available options are:
49
+
- none (no action created).
50
+
- cpp, which creates an action for Catch2 based unit tests, built using CMake.
0 commit comments