From 2b9794542c474373bf737d739df404a6dc5d7e51 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Thu, 4 Nov 2021 11:26:22 -0400 Subject: [PATCH] update to version 5.7.0 --- .github_changelog_generator | 2 +- README.md | 6 +++--- lib/qa/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 26f85874..843aa62d 100755 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=5.6.0 +future-release=5.7.0 diff --git a/README.md b/README.md index e0270c25..32e03786 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Questioning Authority -Code: [![Gem Version](https://badge.fury.io/rb/qa.png)](http://badge.fury.io/rb/qa) [![Build Status](https://circleci.com/gh/samvera/questioning_authority.svg?style=svg)](https://circleci.com/gh/samvera/questioning_authority) [![Coverage Status](https://coveralls.io/repos/github/samvera/questioning_authority/badge.svg?branch=master)](https://coveralls.io/github/samvera/questioning_authority?branch=master) +Code: [![Gem Version](https://badge.fury.io/rb/qa.png)](http://badge.fury.io/rb/qa) [![Build Status](https://circleci.com/gh/samvera/questioning_authority.svg?style=svg)](https://circleci.com/gh/samvera/questioning_authority) [![Coverage Status](https://coveralls.io/repos/github/samvera/questioning_authority/badge.svg?branch=main)](https://coveralls.io/github/samvera/questioning_authority?branch=main) Docs: [![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md) [![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE) @@ -149,7 +149,7 @@ Commit your features into a new branch and submit a pull request. If you're working on PR for this project, create a feature branch off of `main`. -This repository follows the [Samvera Community Code of Conduct](https://samvera.atlassian.net/wiki/spaces/samvera/pages/405212316/Code+of+Conduct) and [language recommendations](https://github.com/samvera/maintenance/blob/master/templates/CONTRIBUTING.md#language). Please ***do not*** create a branch called `master` for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository. +This repository follows the [Samvera Community Code of Conduct](https://samvera.atlassian.net/wiki/spaces/samvera/pages/405212316/Code+of+Conduct) and [language recommendations](https://github.com/samvera/maintenance/blob/main/templates/CONTRIBUTING.md#language). Please ***do not*** create a branch called `master` for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository. ## Compatibility @@ -175,7 +175,7 @@ Questioning Authority is a Core Component of the Samvera community. The document github_changelog_generator --user samvera --project questioning_authority --token YOUR_GITHUB_TOKEN_HERE ``` -5. Commit these changes to the master branch +5. Commit these changes to the main branch 6. Run `rake release` diff --git a/lib/qa/version.rb b/lib/qa/version.rb index bf6bb55c..f3e70749 100644 --- a/lib/qa/version.rb +++ b/lib/qa/version.rb @@ -1,3 +1,3 @@ module Qa - VERSION = "5.6.0".freeze + VERSION = "5.7.0".freeze end