Skip to content

Commit e23c2b9

Browse files
committed
Add trusted publishing
1 parent 2794d69 commit e23c2b9

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ on:
88
jobs:
99
ci:
1010
uses: shlinkio/github-actions/.github/workflows/js-lib-publish.yml@main
11-
secrets: inherit

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.2.1] - 2025-10-10
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* Use trusted publishing
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* *Nothing*
22+
23+
724
## [1.2.0] - 2025-08-25
825
### Added
926
* *Nothing*

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@shlinkio/shlink-frontend-kit",
33
"description": "React components and utilities for Shlink frontend projects",
44
"private": false,
5-
"repository": "https://github.com/shlinkio/shlink-frontend-kit",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/shlinkio/shlink-frontend-kit.git"
8+
},
69
"license": "MIT",
710
"type": "module",
811
"main": "./dist/index.js",

0 commit comments

Comments
 (0)