Skip to content

Commit

Permalink
using 'main' as name for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Oct 26, 2020
1 parent 424b8f2 commit 363cefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FranklinTemplates"
uuid = "3a985190-f512-4703-8d38-2a7944ed5916"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.7.6"
version = "0.8.0"

This comment has been minimized.

Copy link
@tlienart

tlienart Oct 26, 2020

Author Owner

[compat]
julia = "^1.1"
2 changes: 1 addition & 1 deletion src/templates/common/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 363cefb

@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/23665

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 v0.8.0 -m "<description of version>" 363cefbe21bbbec4d2a8d7256b4b8b5cfde3da19
git push origin v0.8.0

Please sign in to comment.