Skip to content

Commit

Permalink
Set up custom config file for automatic Github changelog generation (#57
Browse files Browse the repository at this point in the history
)

* ignore ds_store files in git

* config file for automatic changelog from github

* Revert "ignore ds_store files in git"

This reverts commit ba86b1c.

* bump version of `checkout` in CI config
  • Loading branch information
vtnate authored Dec 22, 2023
1 parent 67710b9 commit dc3bd50
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuration-options

changelog:
exclude:
labels:
- ignore-for-release
- DO NOT MERGE
- invalid
- dependencies
- tests
authors:
- octocat
- dependabot
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- Feature
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
container:
image: docker://nrel/openstudio:3.6.1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update gems
run: bundle update
- name: Run Rspec
Expand Down

0 comments on commit dc3bd50

Please sign in to comment.