Skip to content

Commit 46801d8

Browse files
authored
Prepare release 1.7.0 (#509)
* Remove issue tracking guide, which is not specific to the PTB * Remove idioms which are found in various & more complete sources. As mentioned in the deleted documentation, our formatting tools & Sonar will detect several of these * Remove styleguide pages & references * Remove API Reference which is empty; most content will go to User Guide * Move How to Release to be in User Guide * Move How to Release & Collecting Metrics to be under features * Clean up features page * Do not list nox tasks here, use nox -l * Fix grammar mistakes and typos * Add to the release documentation * Ensure the pushed/created tag matched the project version before creating the release! * Update collecting metrics a little; more to come in another PR * Add newline to pass pre-commit hook * Prepare release 1.7.0 * Update locked dependencies * Remove hanging statement that was missed and handled correctly above * Correct release:prepare to be clearer which files are touched and that version.py is also altered * Fix cookiecutter spelling * Add summary to release * Change statement about appending to dependency changes per review comment * Fix typo on create to created to be an adjective * Switch deactivated with skipped for --no-pr * Update instructions for nox session release:trigger * Combine simple instructions with newly added text to reduce redundancy and make steps clearer with numerical values
1 parent b4f9094 commit 46801d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+313
-1696
lines changed

.github/actions/security-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install Python Toolbox / Security tool
4040
shell: bash
4141
run: |
42-
pip install exasol-toolbox==1.6.1
42+
pip install exasol-toolbox==1.7.0
4343
4444
- name: Create Security Issue Report
4545
shell: bash

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
contents: read
1515

1616
cd-job:
17+
needs: [ check-tag-version-job ]
1718
name: Continuous Delivery
1819
uses: ./.github/workflows/build-and-publish.yml
1920
permissions:
@@ -29,4 +30,3 @@ jobs:
2930
contents: read
3031
pages: write
3132
id-token: write
32-

doc/_static/idioms/adapter.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

doc/_static/idioms/concat.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/_static/idioms/context_decorator.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

doc/_static/idioms/context_filter.py

Whitespace-only changes.

doc/_static/idioms/context_manager.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

doc/_static/idioms/count.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

doc/_static/idioms/enumerate.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

doc/_static/idioms/filters.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)