Skip to content

Commit

Permalink
Rename branches & tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtusc committed Oct 20, 2023
1 parent 91758df commit 2cfa33f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
target-branch: "main"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Expand All @@ -18,4 +18,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "next"
target-branch: "legacy"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test CI

on:
push:
branches: ["master", "next"]
branches: ["main", "legacy"]
pull_request:
branches: ["master", "next"]
branches: ["main", "legacy"]

jobs:
test:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ test:
test.coverage:
yarn test:cov

publish.legacy:
yarn publish --tag legacy

.PHONY: test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# fastify-app

[![Test CI](https://github.com/uscreen/fastify-app/actions/workflows/main.yml/badge.svg)](https://github.com/uscreen/fastify-app/actions/workflows/node.js.yml)
[![Test Coverage](https://coveralls.io/repos/github/uscreen/fastify-app/badge.svg?branch=master)](https://coveralls.io/github/uscreen/fastify-app?branch=master)
[![Test Coverage](https://coveralls.io/repos/github/uscreen/fastify-app/badge.svg?branch=legacy)](https://coveralls.io/github/uscreen/fastify-app?branch=legacy)
[![Known Vulnerabilities](https://snyk.io/test/github/uscreen/fastify-app/badge.svg?targetFile=package.json)](https://snyk.io/test/github/uscreen/fastify-app?targetFile=package.json)
[![NPM Version](https://badge.fury.io/js/@uscreen.de%2Ffastify-app.svg)](https://badge.fury.io/js/@uscreen.de%2Ffastify-app)

Expand Down

0 comments on commit 2cfa33f

Please sign in to comment.