Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate release notes #568

Merged
merged 36 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
de94cfd
initially adding the changelog
amandarichardsonn Apr 25, 2024
aabdedc
testing
amandarichardsonn Apr 25, 2024
4a0d2d0
test
amandarichardsonn Apr 25, 2024
eec9f20
testing
amandarichardsonn Apr 25, 2024
0d80290
testing
amandarichardsonn Apr 25, 2024
8c0ed81
thank u matt
amandarichardsonn Apr 25, 2024
d3333d1
testing labels
amandarichardsonn Apr 25, 2024
81f76de
testing
amandarichardsonn Apr 25, 2024
fe97a98
testing bug
amandarichardsonn Apr 25, 2024
5defe4e
testing
amandarichardsonn Apr 25, 2024
30fd62a
testing
amandarichardsonn Apr 25, 2024
35d3bb2
seeing if this works
amandarichardsonn Apr 25, 2024
664f3af
testing
amandarichardsonn Apr 25, 2024
982c6c9
Merge branch 'develop' of https://github.com/CrayLabs/SmartSim into r…
amandarichardsonn Apr 25, 2024
80e60c5
test
amandarichardsonn Apr 26, 2024
7dc5641
testing
amandarichardsonn Apr 26, 2024
ef6ec29
testing
amandarichardsonn Apr 26, 2024
d1a0cb1
orphan files
amandarichardsonn Apr 26, 2024
51a80d0
exclude
amandarichardsonn Apr 26, 2024
69859a7
silence error
amandarichardsonn Apr 26, 2024
46250a1
test readthedocs
amandarichardsonn Apr 26, 2024
d29071f
plz work
amandarichardsonn Apr 26, 2024
1bb4801
update changelog
amandarichardsonn Apr 28, 2024
c24160b
small edit
amandarichardsonn Apr 29, 2024
1d055e5
Merge branch 'develop' of https://github.com/CrayLabs/SmartSim into r…
amandarichardsonn Apr 29, 2024
4cc4ebd
updating
amandarichardsonn Apr 29, 2024
2c2a376
update
amandarichardsonn Apr 29, 2024
1aa9c28
workflow update
amandarichardsonn Apr 29, 2024
afc3659
fixing issues
amandarichardsonn Apr 29, 2024
f7c1348
issue rendering docs
amandarichardsonn Apr 29, 2024
bb76e75
fixed issue
amandarichardsonn Apr 30, 2024
5264db6
ignore link
amandarichardsonn Apr 30, 2024
21c7fce
readthedocs rebuild trigger
amandarichardsonn Apr 30, 2024
f293125
updating
amandarichardsonn Apr 30, 2024
888756f
small change
amandarichardsonn Apr 30, 2024
3641e83
bullet
amandarichardsonn Apr 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#
# BSD 2-Clause License
#
# Copyright (c) 2021-2024, Hewlett Packard Enterprise
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Features
labels:
- 'type: feature'
exclude:
labels:
- non-user-facing
- title: Bug Fixes
labels:
- 'bug: critical'
- 'bug: major'
- 'bug: minor'
exclude:
labels:
- non-user-facing
- title: API Breaks
labels:
- 'API break'
exclude:
labels:
- non-user-facing
- title: Miscellaneous Improvements
labels:
- "*"
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: Changelog Enforcer
uses: dangoslen/[email protected]
with:
changeLogPath: './doc/changelog.rst'
missingUpdateErrorMessage: 'changelog.rst has not been updated'
changeLogPath: './doc/changelog.md'
missingUpdateErrorMessage: 'changelog.md has not been updated'
Loading
Loading