Skip to content

Commit 14bc6e4

Browse files
committed
Add catalog-info.yaml
1 parent 4a4c5b1 commit 14bc6e4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
### Changed
10+
11+
- Add `catalog-info.yaml`
12+
913
## v1.2.0 - 2024-07-02
1014

1115
### Changed

catalog-info.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: slugify-cli
5+
title: Slugify CLI
6+
description: A CLI wrapper around the [cocur/slugify](https://github.com/cocur/slugify) package.
7+
namespace: io
8+
tags:
9+
- php
10+
annotations:
11+
jira/project-key: IDEVT
12+
jira/label: slugify-cli
13+
spec:
14+
type: library
15+
lifecycle: development
16+
owner: default/team_chapter_php_eindhoven

0 commit comments

Comments
 (0)