Skip to content

Commit

Permalink
ci: Remove unused changelog-cli and changelog-ci (#7243)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva committed Feb 2, 2023
1 parent aced15d commit a509fb4
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 102 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/constraints.txt

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/resources/changelog-ci.config.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/resources/constraints.txt
@@ -1,2 +1,4 @@
nox==2022.11.21
nox-poetry==1.0.2
pip==23.0
poetry==1.3.2
5 changes: 0 additions & 5 deletions .github/workflows/version_bump.yml
Expand Up @@ -57,11 +57,6 @@ jobs:
extra_requirements: 'git+https://github.com/meltano/commitizen-version-bump@main'
changelog_increment_filename: _changelog_fragment.md

- env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
run: |
pipx install changelog-cli
- name: Draft Release
id: draft-release
uses: softprops/action-gh-release@v1
Expand Down
16 changes: 0 additions & 16 deletions docs/src/_contribute/merge.md
Expand Up @@ -55,22 +55,6 @@ Meltano makes use of ADR's (Architectural Decision Records) to record architectu
In a nutshell, these are used to document architectural decisions and to provide a record of the decisions made by the team and contributors in regard to Meltano's architecture. These are held in [docs/adr](https://github.com/meltano/meltano/blob/main/docs/adr).
To propose or add a new ADR, its simplest to create a new entry using [adr-tools](https://github.com/npryce/adr-tools), and then send a long a pull request for review.

## Changelog

Meltano uses [changelog-cli](https://github.com/mc706/changelog-cli) to populate the CHANGELOG.md

### Script

Use `changelog (new|change|fix|breaks) MESSAGE` to describe your current work in progress.

```bash
$ poetry run changelog new "add an amazing feature"
$ git add CHANGELOG.md
```

Make sure to add CHANGELOG entries to your pull requests.


## Integration Tests and The Example Library

All new features should be covered via the [integration tests](https://docs.meltano.com/contribute/tests). In some cases
Expand Down
89 changes: 56 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -112,7 +112,6 @@ s3 = ["boto3"]
[tool.poetry.dev-dependencies]
black = "^22.3.0"
bumpversion = "^0.6.0"
changelog-cli = "^0.6.2"
colorama = "^0.4.4"
commitizen-version-bump = {git = "https://github.com/meltano/commitizen-version-bump.git", branch = "main"}
coverage = {extras = ["toml"], version = "^6.4.1"}
Expand Down

0 comments on commit a509fb4

Please sign in to comment.