Skip to content

Commit 1f9d30b

Browse files
committed
chore: prepare for 3.1.0 release
1 parent 4aa0dfa commit 1f9d30b

27 files changed

+68
-54
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/3.0.0/source/quick-lint-js-3.0.0.tar.gz"
7+
url "https://c.quick-lint-js.com/releases/3.1.0/source/quick-lint-js-3.1.0.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=3.0.0
8+
pkgver=3.1.0
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=3.0.0
8+
pkgver=3.1.0
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=3.0.0
8+
pkgver=3.1.0
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>3.0.0</version>
6+
<version>3.1.0</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/3.0.0/SHA256SUMS
9-
GPG signature: https://c.quick-lint-js.com/releases/3.0.0/SHA256SUMS.asc
8+
Upstream SHA256 checksums: https://c.quick-lint-js.com/releases/3.1.0/SHA256SUMS
9+
GPG signature: https://c.quick-lint-js.com/releases/3.1.0/SHA256SUMS.asc

dist/debian/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/*3.0.0*` (built by the [Building](#Building) instructions
51+
6. Copy `dist/debian/*3.1.0*` (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,7 +73,7 @@ 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-3.0.0.tar.gz --sign`
76+
`./dist/debian/package.sh --output-directory debian-package --orig path/to/quick-lint-js-3.1.0.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.
7979
3. Upload the package: `dput mentors debian-package/quick-lint-js_2.4.2-1_source.changes`

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 (3.1.0-1) unstable; urgency=medium
2+
3+
* New release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Wed, 10 Jan 2024 21:40:21 -0500
6+
17
quick-lint-js (3.0.0-1) unstable; urgency=medium
28

39
* New release.

dist/debian/debian/changelog-bionic

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
quick-lint-js (3.1.0-1) unstable; urgency=medium
2+
3+
* New release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Wed, 10 Jan 2024 21:40:21 -0500
6+
17
quick-lint-js (3.0.0-1) unstable; urgency=medium
28

39
* New release.

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="3.0.0.0" />
13+
Version="3.1.0.0" />
1414

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

0 commit comments

Comments
 (0)