Skip to content

Commit 3e0a599

Browse files
authored
v2
1 parent b36637f commit 3e0a599

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/test-moose11.yml renamed to .github/workflows/test-moose12.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI Moose11
1+
name: CI Moose12
22

33
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ v* ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ v* ]
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
smalltalk: [ Moose64-11 ]
18+
smalltalk: [ Moose64-12 ]
1919
name: ${{ matrix.smalltalk }}
2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ env:
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ v* ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ v* ]
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
smalltalk: [ Moose64-10 ]
18+
smalltalk: [ Moose64-12 ]
1919
name: ${{ matrix.smalltalk }}
2020
steps:
2121
- uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ I update a FamixJava model based on a FASTJava AST.
1010

1111
```st
1212
Metacello new
13-
githubUser: 'badetitou' project: 'FamixJavaModelUpdater' commitish: 'v1' path: 'src';
13+
githubUser: 'badetitou' project: 'FamixJavaModelUpdater' commitish: 'v2' path: 'src';
1414
baseline: 'FamixJavaModelUpdater';
1515
load
1616
```
@@ -19,7 +19,7 @@ Metacello new
1919

2020
```st
2121
spec baseline: 'FamixJavaModelUpdater' with: [
22-
spec repository: 'github://badetitou/FamixJavaModelUpdater:v1/src' ].
22+
spec repository: 'github://badetitou/FamixJavaModelUpdater:v2/src' ].
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)