Skip to content

Commit

Permalink
Merge #367
Browse files Browse the repository at this point in the history
367: Removed v3-dev usages r=mattBrzezinski a=mattBrzezinski



Co-authored-by: Matt Brzezinski <matt.brzezinski@invenia.ca>
  • Loading branch information
bors[bot] and mattBrzezinski committed Aug 11, 2021
2 parents ec1f867 + 4e35c54 commit 9d26f8b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- master
- v3-dev
- staging
- trying
jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
pull_request:
branches:
- master
- v3-dev
push:
branches:
- master
- v3-dev
- staging
- trying
tags: '*'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/format_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Code Formatting
on:
push:
branches:
# - master # TODO: uncomment this line once `v3-dev` is merged into `master`
- v3-dev # TODO: delete this line once `v3-dev` is merged into `master`
- master
workflow_dispatch:
jobs:
format_pr:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/git_branch_checks.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Git branch checks
on:
pull_request:
branches:
- v3-dev
push:
branches:
- v3-dev
- staging
- trying
workflow_dispatch:
Expand Down

2 comments on commit 9d26f8b

@mattBrzezinski
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/42659

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.0.0 -m "<description of version>" 9d26f8b3372dc2146afb68829658fc32650394e7
git push origin v3.0.0

Please sign in to comment.