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

Add nox task prepare-release #134

Merged
merged 40 commits into from
Mar 13, 2024
Merged

Conversation

Nicoretti
Copy link
Member

@Nicoretti Nicoretti commented Feb 9, 2024

✔ Checklist(s)

  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you updated the templates?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")

🦺 Github Actions

  • Did you update the version pinning in the action(s)
    • security-issues (exasol-toolbox)
      -> Only for releases!!

Note: If any of the above is not relevant to your PR just check the box.

@Nicoretti Nicoretti force-pushed the feature/add-support-for-release-target branch from 420374d to b38aa21 Compare February 12, 2024 12:02
@Nicoretti Nicoretti linked an issue Feb 13, 2024 that may be closed by this pull request
@Nicoretti Nicoretti force-pushed the feature/add-support-for-release-target branch from ad851b4 to a3551f7 Compare March 11, 2024 11:18
@Nicoretti Nicoretti force-pushed the feature/add-support-for-release-target branch from a3551f7 to 9087f40 Compare March 11, 2024 13:10
@Nicoretti Nicoretti changed the title feature/add support for release target Add nox task prepare-release Mar 11, 2024
@Nicoretti Nicoretti force-pushed the feature/add-support-for-release-target branch 3 times, most recently from c5f6a7d to 0d8264e Compare March 12, 2024 08:05
@Nicoretti Nicoretti force-pushed the feature/add-support-for-release-target branch from 0d8264e to e55e153 Compare March 12, 2024 08:09
doc/changes/changes_0.2.0.md Show resolved Hide resolved
doc/changes/unreleased.md Outdated Show resolved Hide resolved
doc/changes/unreleased.md Outdated Show resolved Hide resolved
doc/changes/unreleased.md Outdated Show resolved Hide resolved
doc/developer_guide/development.rst Show resolved Hide resolved
doc/developer_guide/development.rst Show resolved Hide resolved
exasol/toolbox/git.py Outdated Show resolved Hide resolved
exasol/toolbox/release/__init__.py Show resolved Hide resolved
test/integration/nox/prepare_release.t Outdated Show resolved Hide resolved
test/unit/git_test.py Show resolved Hide resolved
doc/changes/unreleased.md Outdated Show resolved Hide resolved
doc/developer_guide/development.rst Outdated Show resolved Hide resolved
exasol/toolbox/cli.py Outdated Show resolved Hide resolved
exasol/toolbox/nox/tasks.py Outdated Show resolved Hide resolved
exasol/toolbox/nox/tasks.py Outdated Show resolved Hide resolved
exasol/toolbox/nox/tasks.py Show resolved Hide resolved
test/unit/cli_test.py Show resolved Hide resolved
exasol/toolbox/nox/tasks.py Show resolved Hide resolved
exasol/toolbox/nox/tasks.py Show resolved Hide resolved
Nicoretti and others added 2 commits March 13, 2024 08:04
Copy link
Member Author

@Nicoretti Nicoretti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nicoretti Nicoretti merged commit eddf9da into main Mar 13, 2024
15 checks passed
@Nicoretti Nicoretti deleted the feature/add-support-for-release-target branch March 13, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add standard nox task(s) for preparing a release
4 participants