Skip to content

Commit

Permalink
chg: cleanup workflow release page and re-generate changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Oct 27, 2024
1 parent 30e4f17 commit 112c2fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ output_engine = rest_py
##
## This option tells git-log whether to include merge commits in the log.
## The default is to include them.
include_merge = True
include_merge = False


## ``log_encoding`` is a string identifier
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
name: Release v${{ env.VERSION }}
name: Release ${{ env.VERSION }}
body_path: CHANGES.md
draft: false
prerelease: false
Expand Down
111 changes: 2 additions & 109 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


0.1.0 (2024-10-24)
------------------
v0.1.0 (2024-10-27)
-------------------

New
~~~
Expand Down Expand Up @@ -53,123 +53,18 @@ Fixes

Other
~~~~~
- Merge pull request #42 from VCTLabs/pkg-sprucing. [Steve Arnold]

Improve versioning
- Merge pull request #41 from VCTLabs/workflow-cleanup. [Steve Arnold]

action version bumps and cleanup
- Merge pull request #40 from
VCTLabs/dependabot/github_actions/softprops/action-gh-release-2.
[Steve Arnold]

build(deps): bump softprops/action-gh-release from 1 to 2
- Merge pull request #39 from
VCTLabs/dependabot/github_actions/emibcn/badge-action-2.0.3. [Steve
Arnold]

build(deps): bump emibcn/badge-action from 2.0.2 to 2.0.3
- Merge pull request #38 from
VCTLabs/dependabot/github_actions/actions/download-artifact-4. [Steve
Arnold]

build(deps): bump actions/download-artifact from 3 to 4
- Merge pull request #36 from
VCTLabs/dependabot/github_actions/actions/setup-python-5. [Steve
Arnold]

build(deps): bump actions/setup-python from 4 to 5
- Merge pull request #37 from
VCTLabs/dependabot/github_actions/actions/upload-artifact-4. [Steve
Arnold]

build(deps): bump actions/upload-artifact from 3 to 4
- Merge pull request #24 from VCTLabs/precheck. [Steve Arnold]

Pre-check and fall cleanup special.
- Update python versions (tox) and pre-commit hook versions. [Stephen L
Arnold]
- Merge pull request #30 from
VCTLabs/dependabot/github_actions/marocchino/sticky-pull-request-
comment-2.5.0. [Steve Arnold]

build(deps): bump marocchino/sticky-pull-request-comment from 2.2.0 to 2.5.0
- Merge pull request #31 from
VCTLabs/dependabot/github_actions/ioggstream/bandit-report-
artifacts-1.7.4. [Steve Arnold]

build(deps): bump ioggstream/bandit-report-artifacts from 0.0.2 to 1.7.4
- Merge pull request #15 from
VCTLabs/dependabot/github_actions/actions/upload-artifact-3. [Steve
Arnold]

build(deps): bump actions/upload-artifact from 2 to 3
- Merge pull request #16 from
VCTLabs/dependabot/github_actions/actions/download-artifact-3. [Steve
Arnold]

build(deps): bump actions/download-artifact from 2 to 3
- Merge pull request #18 from
VCTLabs/dependabot/github_actions/actions/setup-python-4.0.0. [Steve
Arnold]

build(deps): bump actions/setup-python from 3.1.1 to 4.0.0
- Merge pull request #10 from
VCTLabs/dependabot/github_actions/marocchino/sticky-pull-request-
comment-2.2.0. [Steve Arnold]

build(deps): bump marocchino/sticky-pull-request-comment from 2.1.1 to 2.2.0
- Merge pull request #14 from
VCTLabs/dependabot/github_actions/actions/setup-python-3.1.1. [Steve
Arnold]

build(deps): bump actions/setup-python from 2 to 3.1.1
- Merge pull request #12 from
VCTLabs/dependabot/github_actions/actions/checkout-3. [Steve Arnold]

build(deps): bump actions/checkout from 2 to 3
- Merge pull request #9 from VCTLabs/pretag. [Steve Arnold]

pre-release check and workflow update
- Merge pull request #8 from VCTLabs/precommit-ci. [Steve Arnold]

enable pre-commit.ci functionality
- Merge pull request #7 from
VCTLabs/dependabot/github_actions/marocchino/sticky-pull-request-
comment-2.1.1. [Steve Arnold]

build(deps): bump marocchino/sticky-pull-request-comment from 2.1.0 to 2.1.1
- Merge pull request #6 from VCTLabs/branch-cov. [Steve Arnold]

Branch coverage and not-so-simple tests
- Merge pull request #5 from VCTLabs/exc-tests. [S. Lockwood-Childs]

improve tests
- Revert "chg: usr: save md report job output, merge into one delta
comment" [Stephen L Arnold]

This reverts commit d89b001b1ae3878e267e6c5f7693d5106637f7a0.
- Merge pull request #4 from VCTLabs/ci-test. [Steve Arnold]

test codecov gh-action fix for missing reports
- Merge pull request #3 from VCTLabs/pytest. [Steve Arnold]

Pytest and CI with redis-server
- Merge pull request #2 from VCTLabs/coverage. [Steve Arnold]

document tox usage
- Merge pull request #10 from VCTLabs/process. [S. Lockwood-Childs]

new: usr: add issue/PR templates and base .gitignore file
- Cpplint cleanup and workflow (#8) [Steve Arnold]

* add doctest to pylint workflow, with minimal nose cfg
* cpplint cleanup commit, mainly whitespace, if/else, and curly braces
* cleanup indenting, revert if/else brace changes, add cfg file
* fix constructor warnings in inc/json.hh, add cpplint worklow
- Merge pull request #5 from VCTLabs/flake8. [Steve Arnold]

more CI quality checks using flake8/pep8, pylint, bandit, and codeql
- Silence "/tmp" path socket warning with a usage comment. [Stephen L
Arnold]
- Add pylint workflow (check only, fail under 9.25) [Stephen L Arnold]
Expand All @@ -190,7 +85,6 @@ Other

* add status badges to readme file
* fix license file parsing (on github) and add SPDX id to primary sources
- Merge branch 'py_client' [S. Lockwood-Childs]
- Some redis-py fixes in python module. [S. Lockwood-Childs]

* redis.Connection is for tcp connections, not unix sockets,
Expand Down Expand Up @@ -251,7 +145,6 @@ Other
- A little more client code for redis. [nll]
- A little more client code. [nll]
- Skeleton of redis client. [nll]
- Merge branch 'autotools' [S. Lockwood-Childs]
- Make new autotools baseline, move to subdirs, add Makefile.am and
configure.ac, populate initial GPL files. [Steve Arnold]
- Still filling holes in README doc. [Stephanie Lockwood-Childs]
Expand Down

0 comments on commit 112c2fe

Please sign in to comment.