Skip to content

Commit

Permalink
chore(release): beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: mbwhite <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Jan 4, 2024
1 parent 3711109 commit 16d611c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [1.0.0-beta.1](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2024-01-04)


### Bug Fixes

* pipeline tasks specs ([3711109](https://github.com/IBM/tekton-lint/commit/3711109731b8a029d5be376111849066e9bd8c74))

## [1.0.0-beta.0](https://github.com/IBM/tekton-lint/compare/v1.0.0-alpha.1...v1.0.0-beta.0) (2024-01-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release": "commit-and-tag-version --sign"
},
"type": "module",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Linter for Tekton definitions",
"repository": {
"type": "git",
Expand All @@ -25,10 +25,10 @@
"Matthew White <whitemat@uk.ibm.com>",
"Bence Dányi <bence.danyi@ibm.com>"
],
"files":[
"/dist",".tektonlintrc.yaml"
]
,
"files": [
"/dist",
".tektonlintrc.yaml"
],
"license": "Apache-2.0",
"dependencies": {
"chalk": "^4.1.2",
Expand Down

0 comments on commit 16d611c

Please sign in to comment.