Skip to content

Commit

Permalink
Merge pull request #9 from jerus-org/remove-hardcoded-version
Browse files Browse the repository at this point in the history
chore(ci): remove hardcoded version from CircleCI config
  • Loading branch information
jerusdp authored Jan 10, 2025
2 parents 4e26934 + dc19cbc commit a15b1b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [Unreleased]

### Changed

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

## [1.0.0] - 2025-01-10

### Added
Expand Down Expand Up @@ -33,4 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#6]: https://github.com/jerus-org/zola-orb/pull/6
[#7]: https://github.com/jerus-org/zola-orb/pull/7
[#8]: https://github.com/jerus-org/zola-orb/pull/8
[#9]: https://github.com/jerus-org/zola-orb/pull/9
[Unreleased]: https://github.com/jerus-org/zola-orb/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jerus-org/zola-orb/releases/tag/v1.0.0

0 comments on commit a15b1b1

Please sign in to comment.