Skip to content

Commit 1285d8f

Browse files
authored
2 parents 9312f03 + 1edefbb commit 1285d8f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/automatic_tagged_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
tags:
66
- "v*"
7+
8+
env:
9+
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
10+
BUILD_TYPE: Release
711

812
jobs:
913
tagged-release:

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER = 0.1.5
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF = "CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++"
47+
PROJECT_BRIEF = "CXXGraph is a header only, that manages the Graphs and it's algorithm in C++"
4848

4949
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050
# in the documentation. The maximum height of the logo should not exceed 55

0 commit comments

Comments
 (0)