Skip to content

Commit e3f3a09

Browse files
docs: adding previous changes in changelog.d repository (#3182)
* docs: adding previous changes in changelog * Adding changelog entry: 3182.miscellaneous.md * fix: changelog fragment names * fix: updating `labels.yml` to align with `changelog` action * Adding changelog entry: 3182.changed.md --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 73e0ef1 commit e3f3a09

33 files changed

+34
-9
lines changed

.github/labels.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,35 +58,35 @@
5858
# By Category
5959
# ===========
6060

61-
- name: BUG
61+
- name: bug
6262
description: "Issue, problem or error in PyMAPDL"
6363
color: E67E22
6464

65-
- name: New Feature
65+
- name: new Feature
6666
description: "Request or proposal for a new feature"
6767
color: 85C1E9
6868

69-
- name: Enhancement
69+
- name: enhancement
7070
description: "Improve any current implemented feature"
7171
color: 85C1E9
7272

73-
- name: Examples
73+
- name: examples
7474
description: "Publishing PyMAPDL examples"
7575
color: A569BD
7676

77-
- name: Documentation
77+
- name: documentation
7878
description: "Documentation related (improving, adding, etc)"
7979
color: A569BD
8080

81-
- name: Maintenance
81+
- name: maintenance
8282
description: "General maintenance of the repo (libraries, cicd, etc)"
8383
color: 76D7C4
8484

85-
- name: Discussion
85+
- name: discussion
8686
description: ""
8787
color: 76D7C4
8888

89-
- name: Question
89+
- name: question
9090
description: ""
9191
color: 76D7C4
9292

@@ -127,7 +127,7 @@
127127
description: "Related with CICD, Github Actions, etc"
128128
color: F9E79F
129129

130-
- name: Dependencies
130+
- name: dependencies
131131
description: ""
132132
color: F9E79F
133133

doc/changelog.d/2960.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
refactor: refactoring CLI
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: HPC documentation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: adding ML-Genetic Algorithm example

doc/changelog.d/2982.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: add a MAPDL version section in for bug issues
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: customize agent for linkchecker

doc/changelog.d/2999.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: adding some env var print to report

doc/changelog.d/3002.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: adding option to `_ctrl` command
File renamed without changes.

doc/changelog.d/3023.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: adding `cycexpand` command

0 commit comments

Comments
 (0)