Skip to content

Commit

Permalink
Remove automated changelog stuff
Browse files Browse the repository at this point in the history
Refs #7460
  • Loading branch information
J-Fields committed Jun 28, 2022
1 parent 1e419f8 commit 1927ebc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2,919 deletions.
7 changes: 4 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ This is my hack to simulate a click event based API in an IDE that doesn't have

## Release

Before you push a release, be sure to make sure the changelog is updated!

To push a release:

```bash
Expand All @@ -132,9 +134,8 @@ git push --follow-tags
The above Gulp command will:

1. Bump the package version based off the semver supplied. Supported values: patch, minor, major.
2. Create a changelog using [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator).
3. Create a Git commit with the above changes.
4. Create a Git tag using the new package version.
2. Create a Git commit with the above changes.
3. Create a Git tag using the new package version.

In addition to building and testing the extension, when a tag is applied to the commit, the CI server will also create a GitHub release and publish the new version to the Visual Studio marketplace.

Expand Down
10 changes: 0 additions & 10 deletions .github_changelog_generator

This file was deleted.

1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ tslint.json
webpack.config.js
gulpfile.js
renovate.json
.github_changelog_generator
Loading

0 comments on commit 1927ebc

Please sign in to comment.