Skip to content

Commit ea2a1fa

Browse files
committed
Prepare for 2.4.2 release
1 parent 0e7349f commit ea2a1fa

25 files changed

+63
-55
lines changed

Formula/quick-lint-js.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class QuickLintJs < Formula
55
desc "Find bugs in your JavaScript code"
66
homepage "https://quick-lint-js.com/"
7-
url "https://c.quick-lint-js.com/releases/2.4.1/source/quick-lint-js-2.4.1.tar.gz"
7+
url "https://c.quick-lint-js.com/releases/2.4.2/source/quick-lint-js-2.4.2.tar.gz"
88
license "GPL-3.0-or-later"
99
head "https://github.com/quick-lint/quick-lint-js.git", branch: "master"
1010

dist/arch/PKGBUILD-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-dev
8-
pkgver=2.4.1
8+
pkgver=2.4.2
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-git
8-
pkgver=2.4.1
8+
pkgver=2.4.2
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js
8-
pkgver=2.4.1
8+
pkgver=2.4.2
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/chocolatey/quick-lint-js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>quick-lint-js</id>
6-
<version>2.4.1</version>
6+
<version>2.4.2</version>
77
<title>quick-lint-js (Install)</title>
88
<authors>Matthew "strager" Glazar et al</authors>
99
<owners>Matthew "strager" Glazar</owners>

dist/chocolatey/tools/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ in verifying that this package's contents are trustworthy.
55
I, Matthew "strager" Glazar, am the software vendor who packaged this software
66
for Chocolatey.
77

8-
Upstream SHA256 checksums: https://c.quick-lint-js.com/releases/2.4.1/SHA256SUMS
9-
GPG signature: https://c.quick-lint-js.com/releases/2.4.1/SHA256SUMS.asc
8+
Upstream SHA256 checksums: https://c.quick-lint-js.com/releases/2.4.2/SHA256SUMS
9+
GPG signature: https://c.quick-lint-js.com/releases/2.4.2/SHA256SUMS.asc

dist/debian/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Then, run the `build.sh` script:
1717
# the '--xenial' flag to build.sh.
1818
$ ./dist/debian/build.sh
1919

20-
The above command will create `dist/debian/quick-lint-js_2.4.1-1_amd64.deb`,
21-
`dist/debian/quick-lint-js-vim_2.4.1-1_all.deb`, and related files.
20+
The above command will create `dist/debian/quick-lint-js_2.4.2-1_amd64.deb`,
21+
`dist/debian/quick-lint-js-vim_2.4.2-1_all.deb`, and related files.
2222

2323
## Installing
2424

2525
On a Debian-based system, after building the .deb file (per the above
2626
instructions), install the .deb file:
2727

28-
$ sudo apt-get install ./dist/debian/quick-lint-js_2.4.1-1_amd64.deb
29-
$ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.1-1_all.deb
28+
$ sudo apt-get install ./dist/debian/quick-lint-js_2.4.2-1_amd64.deb
29+
$ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.2-1_all.deb
3030

3131
## AppStream
3232

@@ -48,7 +48,7 @@ To test `asgen-config.json` or metadata changes locally:
4848
* Change `MediaBaseUrl` to `"http://localhost:8069/appstream/export/media/"`.
4949
* Change `HtmlBaseUrl` to `"http://localhost:8069/appstream/export/html/"`.
5050
5. Create a directory `debian/pool/`.
51-
6. Copy `dist/debian/*2.4.1*` (built by the [Building](#Building) instructions
51+
6. Copy `dist/debian/*2.4.2*` (built by the [Building](#Building) instructions
5252
above) into the `debian/pool/` directory.
5353
7. Run `./dist/debian/update-repository path/to/debian`.
5454
8. Start an HTTP server in the `debian` directory. For example:
@@ -73,10 +73,10 @@ To release to downstream Debian, we [ship a source package to Debian mentors][].
7373
1. Download a signed release .tar.gz and .tar.gz.asc (e.g. from
7474
<https://c.quick-lint-js.com/releases/latest/source/>).
7575
2. Create a package using `package.sh`:
76-
`./dist/debian/package.sh --output-directory debian-package --orig path/to/quick-lint-js-2.4.1.tar.gz --sign`
76+
`./dist/debian/package.sh --output-directory debian-package --orig path/to/quick-lint-js-2.4.2.tar.gz --sign`
7777
* NOTE: `package.sh` will use the `debian` sources from your checkout
7878
(`./dist/debian/debian/`), not from the signed release tarball.
79-
3. Upload the package: `dput mentors debian-package/quick-lint-js_2.4.1-1_source.changes`
79+
3. Upload the package: `dput mentors debian-package/quick-lint-js_2.4.2-1_source.changes`
8080

8181
[appstream-generator]: https://github.com/ximion/appstream-generator
8282
[debian-mentors]: https://mentors.debian.net/intro-maintainers/

dist/debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
quick-lint-js (2.4.2-1) unstable; urgency=medium
2+
3+
* New patch release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Fri, 22 Apr 2022 19:44:40 -0700
6+
17
quick-lint-js (2.4.1-2) unstable; urgency=medium
28

39
* Fix lintian issues.

dist/msix/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="quick-lint.quick-lint-js"
1212
Publisher="CN=Matthew Glazar, O=Matthew Glazar, L=San Carlos, S=California, C=US"
13-
Version="2.4.1.0" />
13+
Version="2.4.2.0" />
1414

1515
<Properties>
1616
<DisplayName>quick-lint-js</DisplayName>

dist/npm/BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To build this quick-lint-js npm package:
88
* `dist/npm/linux-x64/bin/quick-lint-js`: Linux x86_64 executable
99
* `dist/npm/darwin-x64/bin/quick-lint-js`: macOS 64-bit Intel executable
1010
* `dist/npm/win32-x64/bin/quick-lint-js.exe`: Windows x64 executable
11-
3. Run `npm pack .` to create `quick-lint-js-2.4.1.tgz`.
11+
3. Run `npm pack .` to create `quick-lint-js-2.4.2.tgz`.
1212

1313
To install system-wide, run
14-
`npm install --global --unsafe-perm ./quick-lint-js-2.4.1.tgz`.
14+
`npm install --global --unsafe-perm ./quick-lint-js-2.4.2.tgz`.
1515

1616
To install within an existing Node.js project, run
17-
`npm install /path/to/quick-lint-js-2.4.1.tgz`.
17+
`npm install /path/to/quick-lint-js-2.4.2.tgz`.
1818

19-
To publish to npm's registry, run `npm publish ./quick-lint-js-2.4.1.tgz`.
19+
To publish to npm's registry, run `npm publish ./quick-lint-js-2.4.2.tgz`.

0 commit comments

Comments
 (0)