-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[semver:major] cut initial release (#1)
- Loading branch information
Showing
3 changed files
with
20 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Changelog | ||
|
||
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] | ||
- Current development changes [ to be moved to release ] | ||
|
||
## [1.0.0] - YYYY-MM-DD | ||
- None | ||
|
||
## [1.0.0] - 2022-03-24 | ||
|
||
### Added | ||
- Initial Release | ||
### Changed | ||
- Initial Release | ||
### Removed | ||
- Initial Release | ||
|
||
- Initial Release | ||
- Ability to run the `nix/install` command to install the Nix pacage manager | ||
|
||
[1.0.0]: GITHUB TAG URL | ||
[1.0.0]: https://github.com/ELD/nix-orb/releases/tag/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
description: > | ||
Sample example description. | ||
# Provide a use-case based example for using this orb. | ||
# Everything in the `usage` section will be displayed in the orb registry. | ||
# Comments are not retained. | ||
Example of using the Nix orb to install Nix on a Linux or macOS executor | ||
usage: | ||
version: 2.1 | ||
orbs: | ||
<orb-name>: <namespace>/<orb-name>@1.2.3 | ||
workflows: | ||
nix: eld/nix@1.0.0 | ||
worflows: | ||
use-my-orb: | ||
jobs: | ||
- <orb-name>/<job-name> | ||
- install-nix | ||
|
||
jobs: | ||
install-nix: | ||
machine: | ||
image: ubuntu-2004:202111-02 | ||
steps: | ||
- nix/install |
This file was deleted.
Oops, something went wrong.