Skip to content

Commit 736e9ff

Browse files
committed
Merge branch 'hotfix/1.1.4'
2 parents 18b3376 + 29c3c10 commit 736e9ff

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/workflows/npm-publish.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3-
4-
name: NPM Publish
1+
name: Release
52

63
on:
7-
release:
8-
types: [created]
4+
push:
5+
tags:
6+
- '*.*.*'
97

108
jobs:
119
publish:

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
### v1.1.3 - 2024.03.12
9+
## v1.1.4 - 2024.03.12
10+
11+
### Fixed
12+
13+
- Fix auto-publish on tag push ([42f3f95](https://github.com/studiometa/prettier-formatter-gitlab/commit/42f3f95))
14+
15+
## v1.1.3 - 2024.03.12
1016

1117
### Fixed
1218

@@ -18,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1824
- Simplify NPM pulbish action ([4ed273f](https://github.com/studiometa/prettier-formatter-gitlab/commit/4ed273f))
1925
- Update Node v12 → v20 ([f59fcb4](https://github.com/studiometa/prettier-formatter-gitlab/commit/f59fcb4))
2026

21-
### v1.1.2 - 2022.03.11
27+
## v1.1.2 - 2022.03.11
2228

2329
### Fixed
2430

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/prettier-formatter-gitlab",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A Prettier formatter for the GitLab Code Quality report",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)