Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(circleci): set version 1.0.0 for save_next_version job in config file #11

Merged
merged 3 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ workflows:
jobs:
- toolkit/save_next_version:
min_rust_version: << pipeline.parameters.min-rust-version >>
version: 1.0.0

- toolkit/make_release:
min_rust_version: << pipeline.parameters.min-rust-version >>
Expand Down
19 changes: 6 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@ All notable changes to this project will be documented in this file.
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/spec/v2.0.0.html).

## [1.0.1] - 2025-01-10

### Changed

- chore(ci)-remove hardcoded version from CircleCI config(pr [#9])

### Fixed

- examples: update zola orb version in example.yml(pr [#10])

## [1.0.0] - 2025-01-10
## [Unreleased]

### Added

Expand All @@ -27,10 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore-Configure Renovate(pr [#1])
- chore-update example.yml to use zola orb and configure workspace steps(pr [#7])
- ci(circleci)-set version to 1.0.0 for save_next_version job in workflows(pr [#8])
- chore(ci)-remove hardcoded version from CircleCI config(pr [#9])
- ci(circleci)-set version 1.0.0 for save_next_version job in config file(pr [#11])

### Fixed

- circleci: update vcs_type to github in config and test-deploy files(pr [#2])
- examples: update zola orb version in example.yml(pr [#10])

### Security

Expand All @@ -45,5 +38,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#8]: https://github.com/jerus-org/zola-orb/pull/8
[#9]: https://github.com/jerus-org/zola-orb/pull/9
[#10]: https://github.com/jerus-org/zola-orb/pull/10
[1.0.1]: https://github.com/jerus-org/zola-orb/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jerus-org/zola-orb/releases/tag/v1.0.0
[#11]: https://github.com/jerus-org/zola-orb/pull/11
[Unreleased]: https://github.com/jerus-org/zola-orb/compare/v1.0.1...HEAD