Skip to content

Commit

Permalink
[semver:major] cut initial release (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ELD authored Mar 25, 2022
1 parent d5bdb60 commit d7228f5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
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
19 changes: 12 additions & 7 deletions src/examples/example.yml
100755 → 100644
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
11 changes: 0 additions & 11 deletions src/executors/default.yml

This file was deleted.

0 comments on commit d7228f5

Please sign in to comment.