Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Jan 14, 2021
1 parent b5d5efa commit c4aa21e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ eval "$GITHUB_CHANGELOG_GENERATOR" \
--project=orca \
--output=docs/CHANGELOG.md \
--no-issues-wo-labels \
--exclude-labels=dependencies,duplicate,question,invalid,wontfix \
--exclude-labels=duplicate,question,invalid,wontfix \
--exclude-tags-regex='v[1-2].*' \
--future-release="$FUTURE_RELEASE" \
--release-branch=develop
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v3.2.0](https://github.com/acquia/orca/tree/v3.2.0) (2021-01-14)

[Full Changelog](https://github.com/acquia/orca/compare/v3.1.2...v3.2.0)

**Breaking changes:**

- Update libraries, incl. coding standards [\#124](https://github.com/acquia/orca/pull/124) ([TravisCarden](https://github.com/TravisCarden))

**Implemented enhancements:**

- Update Drupal core version compatibility for drupal/mysql56 [\#125](https://github.com/acquia/orca/pull/125) ([TravisCarden](https://github.com/TravisCarden))

**Fixed bugs:**

- Fix test runner trying to generate code coverage regardless of environment variable [\#122](https://github.com/acquia/orca/pull/122) ([TravisCarden](https://github.com/TravisCarden))

## [v3.1.2](https://github.com/acquia/orca/tree/v3.1.2) (2020-12-14)

[Full Changelog](https://github.com/acquia/orca/compare/v3.1.1...v3.1.2)
Expand Down Expand Up @@ -53,6 +69,10 @@

- Remove CUSTOM ORCA\_JOB [\#114](https://github.com/acquia/orca/pull/114) ([TravisCarden](https://github.com/TravisCarden))

**Merged pull requests:**

- Update version of acquia/coding-standards [\#111](https://github.com/acquia/orca/pull/111) ([TravisCarden](https://github.com/TravisCarden))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit c4aa21e

Please sign in to comment.