Skip to content

Commit

Permalink
Merge pull request #236 from mcg1969/changelog2
Browse files Browse the repository at this point in the history
More changelog & travis
  • Loading branch information
mcg1969 authored Oct 24, 2019
2 parents 448f691 + 2fa8b15 commit 56b4372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: c
branches:
only:
- master
- "/^\\d+\\.\\d+.*$/"
- "/^v?\\d+\\.\\d+.*$/"

env:
# Build and test package on all supported python versions
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We [keep a changelog.](http://keepachangelog.com/)
#### Enhancements

* [Issue 222](https://github.com/Anaconda-Platform/anaconda-project/issues/222) Make `env_specs` optional ([PR 232](https://github.com/Anaconda-Platform/anaconda-project/pull/232))
* [Issue 221](https://github.com/Anaconda-Platform/anaconda-project/issues/221) Allow for the specification of additional fields that may not affect operation but can be used to provide additional metadata about the project ([PR 228](https://github.com/Anaconda-Platform/anaconda-project/pull/228)/[224](https://github.com/Anaconda-Platform/anaconda-project/pull/224))
* [Issue 221](https://github.com/Anaconda-Platform/anaconda-project/issues/221) Accept additional user-defined fields without warnings ([PR 228](https://github.com/Anaconda-Platform/anaconda-project/pull/228)/[224](https://github.com/Anaconda-Platform/anaconda-project/pull/224))
* [Issue 204](https://github.com/Anaconda-Platform/anaconda-project/issues/204) `anaconda-project upload` to upload projects to Anaconda Cloud ([PR 208](https://github.com/Anaconda-Platform/anaconda-project/pull/208))
* [Issue 189](https://github.com/Anaconda-Platform/anaconda-project/issues/189) `anaconda-project prepare --all` will prepare all environments in a multi-environment project ([PR 213](https://github.com/Anaconda-Platform/anaconda-project/pull/213))
* [Issue 173](https://github.com/Anaconda-Platform/anaconda-project/issues/173) `anaconda-project prepare --refresh` will perform a full rebuild of a project environment ([PR 223](https://github.com/Anaconda-Platform/anaconda-project/pull/223)/[229](https://github.com/Anaconda-Platform/anaconda-project/pull/229))
Expand Down

0 comments on commit 56b4372

Please sign in to comment.