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 23, 2023
1 parent 175d319 commit a0ad468
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ test:
test.coverage:
yarn test:cov

publish.next:
yarn publish --tag next

.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-mongo-crud

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

Expand Down

0 comments on commit a0ad468

Please sign in to comment.