Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Release v0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Nov 7, 2019
1 parent 4c1d84c commit 7447445
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- bump to v0.0.44

### Deprecated

### Removed

### Fixed

- fixed url to github nixpkgs resource for 19.09

### Security

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.44] - 2019-11-07

### Added

### Changed

- bump to v0.0.44

### Deprecated

### Removed

### Fixed

- fixed url to github nixpkgs resource for 19.09

### Security

## [0.0.43] - 2019-11-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# true = use a github repository as the holonix base (recommended)
# false = use a local copy of holonix (useful for debugging)
use-github = true;
use-github = false;

# configure the remote holonix github when use-github = true
github = {
Expand Down Expand Up @@ -62,7 +62,7 @@ echo "All finished!!!"
# the commit hash that the release process should target
# this will always be behind what ends up being deployed
# the release process needs to add some commits for changelog etc.
commit = "2ce8531c416cd4da464bd2aefb573d1c8cf20ce4";
commit = "4c1d84c85ebfc2cab9d1fc9f2dc6f6f7b213bb1f";

# the semver for prev and current releases
# the previous version will be scanned/bumped by release scripts
Expand Down

0 comments on commit 7447445

Please sign in to comment.