Skip to content

Commit

Permalink
Merge pull request #515 from kkoomen/release/v3.19.1
Browse files Browse the repository at this point in the history
Release v3.19.1
  • Loading branch information
kkoomen authored Jan 20, 2023
2 parents f58b46b + f1fcc9e commit d0a2a2a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
name: Build and upload binary assets
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
# os: [macos-latest, ubuntu-20.04, windows-latest]
os: [macos-latest, ubuntu-20.04]
include:
- node-version: 16
- os: macos-latest
target: macos
asset_path: ./bin/vim-doge-macos.tar.gz
- os: ubuntu-latest
- os: ubuntu-20.04
target: linux
asset_path: ./bin/vim-doge-linux.tar.gz
# - os: windows-latest
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
name: Vim
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
# os: [macos-latest, ubuntu-20.04, windows-latest]
os: [macos-latest, ubuntu-20.04]
vim-version: [v7.4.2119, v8.2.5172]
include:
- node-version: 16
- os: macos-latest
target: macos
- os: ubuntu-latest
- os: ubuntu-20.04
target: linux
# - os: windows-latest
# target: win
Expand Down Expand Up @@ -63,13 +63,13 @@ jobs:
name: NeoVim
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-20.04]
vim-version: [v0.3.2, head]
include:
- node-version: 16
- os: macos-latest
target: macos
- os: ubuntu-latest
- os: ubuntu-20.04
target: linux
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

vint:
name: Linter
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.19.0
v3.19.1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### [3.19.1](https://github.com/kkoomen/vim-doge/compare/v3.19.0...v3.19.1) (2023-01-20)

## 3.19.0 (2022-12-26)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vim-doge",
"version": "3.19.0",
"version": "3.19.1",
"description": "A Vim polyglot plugin for generating documentation",
"engines": {
"node": ">=12.0.0 <18.0.0"
Expand Down

0 comments on commit d0a2a2a

Please sign in to comment.