Skip to content

Commit

Permalink
Generated changelog for version 3.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jul 29, 2020
1 parent a96f568 commit 3722a74
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [3.0.0](https://github.com/QutEcoacoustics/baw-server/tree/3.0.0) (2020-07-28)
## [3.0.0.0](https://github.com/QutEcoacoustics/baw-server/tree/3.0.0.0) (2020-07-29)

[Full Changelog](https://github.com/QutEcoacoustics/baw-server/compare/2.0.1...3.0.0)
[Full Changelog](https://github.com/QutEcoacoustics/baw-server/compare/2.0.1...3.0.0.0)

**Implemented enhancements:**

Expand Down Expand Up @@ -48,6 +48,7 @@

**Merged pull requests:**

- Adds an automatic changelog generator [\#483](https://github.com/QutEcoacoustics/baw-server/pull/483) ([atruskie](https://github.com/atruskie))
- Bump json from 1.8.6 to 2.3.1 [\#482](https://github.com/QutEcoacoustics/baw-server/pull/482) ([dependabot[bot]](https://github.com/apps/dependabot))
- Rswag - adds the ability to generate documentation for the API [\#479](https://github.com/QutEcoacoustics/baw-server/pull/479) ([atruskie](https://github.com/atruskie))
- Bump rack from 1.4.1 to 2.2.3 in /lib/gems/resque-status [\#473](https://github.com/QutEcoacoustics/baw-server/pull/473) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,17 @@ A basic redis setup is included with the docker-compose file.

1. `git switch master && git pull`
2. Determine the next tag name and set it to an environment variable:
- `NEXT_VERSION=x.x.x`
- `export NEXT_VERSION=x.x.x`
3. Set the GitHub auth token for docs generation:
- `CHANGELOG_GITHUB_TOKEN=xxx`
- `export CHANGELOG_GITHUB_TOKEN=xxx`
4. Generate the release notes:
- `docker-compose run web rake changelog`
5. Update the version in the `VERSION` file
- `echo "$NEXT_VERSION" > VERSION`
6. Commit the changed files
- `git add -A && git commit -m "Generated changelog for version $NEXT_VERSION"
- `git add -A && git commit -m "Generated changelog for version $NEXT_VERSION"`
7. Tag the release and push
- `git tag -a $NEXT_VERSION -m "Version $NEXT_VERSION"
- `git tag -a $NEXT_VERSION -m "Version $NEXT_VERSION`
- `git push --follow-tags`

## Architecture
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ begin
config.project = 'baw-server'
config.since_tag = '2.0.1'
config.future_release = ENV['NEXT_VERSION']
config.verbose = true
end
rescue LoadError
# allow other environments to fail loading... this set of tasks is only
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.0.0

0 comments on commit 3722a74

Please sign in to comment.