Skip to content

Commit

Permalink
chore: prepare for 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
coreone committed Nov 15, 2023
1 parent 2d50235 commit 7657fef
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ updates:
actions:
patterns:
- '*'
labels:
- 'dependencies'
- 'enhancement'
schedule:
# Check for updates to GitHub Actions every week
interval: weekly
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exclude-labels=dependencies,duplicate,question,invalid,wontfix,maintenance
exclude-labels=duplicate,question,invalid,wontfix,maintenance
pr-wo-labels=false
project=shared-workflows
unreleased=false
unreleased=true
user=broadinstitute
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# Changelog

## [1.4.2](https://github.com/broadinstitute/shared-workflows/tree/1.4.2) (2023-11-15)

[Full Changelog](https://github.com/broadinstitute/shared-workflows/compare/v1.4.1...1.4.2)

**Implemented enhancements:**

- build\(deps\): bump the actions group with 3 updates [\#22](https://github.com/broadinstitute/shared-workflows/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
- feat: add Puppet Forge deploy workflow [\#21](https://github.com/broadinstitute/shared-workflows/pull/21) ([coreone](https://github.com/coreone))

**Merged pull requests:**

- build\(deps\): bump the actions group with 3 updates [\#17](https://github.com/broadinstitute/shared-workflows/pull/17) ([dependabot[bot]](https://github.com/apps/dependabot))
- build\(deps\): bump the actions group with 1 update [\#16](https://github.com/broadinstitute/shared-workflows/pull/16) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.4.1](https://github.com/broadinstitute/shared-workflows/tree/v1.4.1) (2023-10-17)

[Full Changelog](https://github.com/broadinstitute/shared-workflows/compare/v1.4.0...v1.4.1)

**Implemented enhancements:**

- feat: add ruff to Python linting [\#14](https://github.com/broadinstitute/shared-workflows/pull/14) ([coreone](https://github.com/coreone))
- build\(deps\): bump the actions group with 1 update [\#13](https://github.com/broadinstitute/shared-workflows/pull/13) ([dependabot[bot]](https://github.com/apps/dependabot))
- build\(deps\): bump the actions group with 1 update [\#12](https://github.com/broadinstitute/shared-workflows/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot))
- build\(deps\): bump the actions group with 1 update [\#10](https://github.com/broadinstitute/shared-workflows/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.4.0](https://github.com/broadinstitute/shared-workflows/tree/v1.4.0) (2023-10-02)

Expand Down Expand Up @@ -54,6 +71,9 @@

**Implemented enhancements:**

- Bump the actions group with 1 update [\#3](https://github.com/broadinstitute/shared-workflows/pull/3) ([dependabot[bot]](https://github.com/apps/dependabot))
- Initial commit [\#1](https://github.com/broadinstitute/shared-workflows/pull/1) ([coreone](https://github.com/coreone))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ docker run -it --rm \
-e CHANGELOG_GITHUB_TOKEN='yourtokenhere' \
-v "$(pwd)":/working \
-w /working \
githubchangeloggenerator/github-changelog-generator:latest --verbose --future-release 2.0.0 --unreleased
githubchangeloggenerator/github-changelog-generator:latest --verbose --future-release 2.0.0
```

As a note, this repository uses the default labels for formatting the `CHANGELOG.md`. Label information can be found here: [Advanced-change-log-generation-examples](https://github.com/github-changelog-generator/github-changelog-generator/wiki/Advanced-change-log-generation-examples#section-options)
Expand Down

0 comments on commit 7657fef

Please sign in to comment.