Skip to content

Commit 8fc1370

Browse files
authored
ci: pass outputs parameters (#79)
1 parent e1ecc4e commit 8fc1370

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 15
21+
outputs:
22+
has-changes: ${{ steps.check-changes.outputs.has-changes }}
23+
next-version: ${{ steps.next-version.outputs.NEXT_VERSION }}
24+
commit-hash: ${{ steps.auto-commit-action.outputs.commit_hash }}
2125
steps:
2226
- uses: actions/checkout@v6
2327
with:

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
#### 1.x Releases
9-
- `1.3.x` Releases - [1.3.0](#130)
109
- `1.2.x` Releases - [1.2.0](#120)
1110
- `1.1.x` Releases - [1.1.0](#110)
1211
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)
1312

1413
---
15-
16-
17-
## [1.3.0](https://github.com/space-code/validator/releases/tag/1.3.0)
18-
19-
Released on 2025-11-28. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/validator/milestones?state=closed&q=1.3.0).
14+
## [Unreleased]
2015

2116
### Bug Fixes
2217
- Fix the lint action
@@ -55,8 +50,6 @@ Released on 2025-11-28. All issues associated with this milestone can be found u
5550
- Implemented by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#32](https://github.com/space-code/validator/pull/32).
5651

5752
### Miscellaneous Tasks
58-
- Update the changelog file generation
59-
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#78](https://github.com/space-code/validator/pull/78).
6053
- Add skipping commit verification
6154
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#76](https://github.com/space-code/validator/pull/76).
6255
- Add docs generation into the release github action
@@ -170,8 +163,7 @@ Released on 2023-10-09. All issues associated with this milestone can be found u
170163
- Implement `Validator` package
171164
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/validator/pull/1).
172165

173-
[1.3.0]: https://github.com/space-code/validator/compare/1.2.0..1.3.0
166+
[unreleased]: https://github.com/space-code/validator/compare/1.2.0..HEAD
174167
[1.2.0]: https://github.com/space-code/validator/compare/1.1.0..1.2.0
175168
[1.1.0]: https://github.com/space-code/validator/compare/1.0.1..1.1.0
176169
[1.0.1]: https://github.com/space-code/validator/compare/1.0.0..1.0.1
177-

0 commit comments

Comments
 (0)