You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING
+16-5
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,23 @@ To start using this repository right away,
13
13
14
14
### How to install it
15
15
16
-
> Description is not available yet
16
+
We have two quick alternatives to start on this project:
17
+
- Using [Docker](https://www.docker.com/). There is a *Dockerfile* specified at the root directory.
18
+
- Using [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers). There is a *devcontainer.json* in *.devcontainer/* directory.
19
+
20
+
### Releasing
21
+
22
+
To create a new release version, follow these steps:
23
+
- Update the version in the *pom.xml* (via pull request or direct commit)
24
+
- Start the [Create a new release](https://github.com/gfarfanb/jurl/releases/new) form
25
+
- Download the *jurl-\*.jar* file that matches with the generated version from [packages](https://github.com/gfarfanb/jurl/packages/2238375)
26
+
- Zip the *jurl-\*.jar* file plus the *jurl* (bash file) and *jurl.bat* located at the root directory
27
+
- Edit the generated release by attaching the ZIP file with the *jurl-\*.jar* and scripts
17
28
18
29
## Copyright
19
30
20
-
*jurl* core is licensed under [MIT License][mit_license], with a few exceptions
21
-
in bundled classes. We consider all contributions as [MIT][mit_license] unless
0 commit comments