Skip to content

Commit

Permalink
Add release notes to checklist
Browse files Browse the repository at this point in the history
Also, copy the release notes that I forgot to add the last few times.
  • Loading branch information
ptomato committed Aug 30, 2020
1 parent cb09461 commit 11c717f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release Notes

## 2.3.0 - August 25, 2020

- Added a `--debug` command line flag which will run the tests under GDB or the debugger of your choice.
- Added an `--interpreter` command line flag which allows using a different interpreter than whichever copy of `gjs` is in your path.
- Fixed several bugs around the loading of spec files.
- Improved error messages.
- Jasmine GJS now depends on GJS 1.58.0.
- The internal copy of the Jasmine library has been updated to 2.3.0, which brings:
- `done.fail()` for asynchronous specs.
- `toContain()` can be used for finding substrings.
- `toThrow()` can be used to check that a particular value was thrown.
- Thanks to Niv Sardi, Bart Libert and Andy Holmes for contributing.

## 2.2.1 - June 30, 2015

- We now use `/usr/bin/env` to locate jasmine-gjs which allows Jasmine to be used with a development version of GJS. (Thanks to Sam Spilsbury)
- We don't exit with `System.exit()` on success, because that bypasses the GJS interpreter shutdown actions. (Thanks to Sam Spilsbury)
- The internal copy of the Jasmine library has been updated to version 2.2.1, which is a minor bugfix release.

## 2.2.0 - May 17, 2015

- You can now specify file patterns to exclude using the `--exclude`
Expand Down
3 changes: 2 additions & 1 deletion release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [ ] If making a new major release, see if there are any new features that we can use to improve jasmine-gjs's own tests.
- [ ] Run `meson test`.
- [ ] Make a commit.
- [ ] Write release notes in `NEWS.md`.

## Packaging: RPM ##

Expand Down Expand Up @@ -52,5 +53,5 @@
- [ ] Make a commit.
- [ ] Back in the `jasmine-gjs` repository, run `git tag <VERSION>`; version is just dotted numbers, e.g. `2.2.1`, no `v` or `Version`.
- [ ] Push the tag to GitHub.
- [ ] Write [release notes](https://github.com/ptomato/jasmine-gjs/releases).
- [ ] Copy the release notes from `NEWS.md` into https://github.com/ptomato/jasmine-gjs/releases
- [ ] Attach the tarball to the release notes.

0 comments on commit 11c717f

Please sign in to comment.