Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Mar 14, 2022
1 parent 6324e2b commit 93a6fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
- dev
- 'releases/**'
tags: '*'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://bat.github.io/BATBase.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://bat.github.io/BATBase.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/bat/BATBase.jl/workflows/CI/badge.svg?branch=master)](https://github.com/bat/BATBase.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/bat/BATBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bat/BATBase.jl)
[![Build Status](https://github.com/bat/BATBase.jl/workflows/CI/badge.svg?branch=main)](https://github.com/bat/BATBase.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/bat/BATBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bat/BATBase.jl)


## Documentation
Expand Down

3 comments on commit 93a6fe8

@dkarrasch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you perhaps release the latest changes in a patch update? The ValueShapes bump doesn't propagate and blocks a whole range of downstream packages from fetching more up-to-date versions.

@dkarrasch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, you could try to bump FillArrays.jl to v1 at this occasion.

@oschulz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dkarrasch BATBase is currently unused, I'm in the process of reorganising BAT and it's dependencies (taking advantage of the new Pkg weak deps and so on). Afterwards, I will re-balance functionality between BAT.jl and BATBase.jl and release new versions of both.

Please sign in to comment.