Skip to content

Commit 0fb1935

Browse files
authored
Merge branch 'main' into phpunit
2 parents be8c706 + c6dbcc3 commit 0fb1935

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

collections/game-engines/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ items:
4343
- hajimehoshi/ebiten
4444
- HaxeFoundation/haxe
4545
- bevyengine/bevy
46-
- Esenthel/EsenthelEngine
4746
- aws/lumberyard
4847
- FlaxEngine/FlaxEngine
4948
- ObEngine/ObEngine

collections/made-in-bangladesh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- SOC-ASIA/action-sbom-upload
32+
- sscsb/action-sbom-upload
3333
- sulaiman-coder/profiler
3434

3535
display_name: Made in Bangladesh

collections/riscv-cores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- SonalPinto/kronos
3030
- stevehoover/warp-v
3131
- stnolting/neorv32
32-
- riscv-steel/riscv-steel-core
32+
- riscv-steel/riscv-steel
3333
- klessydra/T13x
3434
- klessydra/T03x
3535
- klessydra/T02x

topics/cicd/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: ci-cd
3+
display_name: CI/CD
4+
short_description: CI/CD is a build automation strategy and part of DevOps.
5+
topic: cicd
6+
wikipedia_url: https://en.wikipedia.org/wiki/CI/CD
7+
related: continuous-delivery, continuous-integration, continuous-deployment, pipelines-as-code, devops, build-automation
8+
---
9+
**CI/CD** is a build automation strategy and part of DevOps
10+
11+
* **[Continuous integration](https://github.com/topics/continuous-integration)**: Frequent merging of several small changes into a main branch.
12+
* **[Continuous delivery](https://github.com/topics/continuous-delivery)**: When teams produce software in short cycles with high speed and frequency so that reliable software can be released at any time, and with a simple and repeatable deployment process when deciding to deploy.
13+
* **[Continuous deployment](https://github.com/topics/continuous-deployment)**: When new software functionality is rolled out completely automatically.
14+
15+
[![](https://img.shields.io/badge/%E2%86%91%20parent-DevOps-blue)](https://github.com/topics/devops)
16+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20integration-green)](https://github.com/topics/continuous-integration)
17+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20delivery-green)](https://github.com/topics/continuous-delivery)
18+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20deployment-green)](https://github.com/topics/continuous-deployment)

0 commit comments

Comments
 (0)