Updated README and fixed a mistake in de the changelog
This commit is contained in:
parent
f0e2e856da
commit
7fdd9c1ae7
2 changed files with 12 additions and 12 deletions
22
README.md
22
README.md
|
@ -1,7 +1,7 @@
|
||||||
# intellij-idea-community
|
# intellij-idea-community
|
||||||
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
||||||
|
|
||||||
The latest upstream version is 2017.2.3 which is included in the package version 2017.2.3.
|
The latest upstream version is 2017.2.4 which is included in the package version 2017.2.4.
|
||||||
|
|
||||||
## Adding the ppa to Ubuntu
|
## Adding the ppa to Ubuntu
|
||||||
|
|
||||||
|
@ -13,20 +13,20 @@ sudo apt-get install intellij-idea-community
|
||||||
|
|
||||||
## Updating the package
|
## Updating the package
|
||||||
|
|
||||||
To update the version follow the following steps (the old version is here 15.0.1 and the new one 15.0.2):
|
To update the version follow the following steps (the old version is here 2017.2.3 and the new one 15.0.2):
|
||||||
|
|
||||||
1. Fork the repo
|
1. Fork the repo
|
||||||
2. Create your own feature branch
|
2. Create your own feature branch
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout -b version-2017.2.3
|
git checkout -b version-2017.2.4
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Rename the following
|
3. Rename the following
|
||||||
|
|
||||||
```
|
```
|
||||||
mv intellij-idea-community_15.0.1 intellij-idea-community_2017.2.3
|
mv intellij-idea-community_2017.2.3 intellij-idea-community_2017.2.4
|
||||||
mv intellij-idea-community_15.0.1.orig.tar.gz intellij-idea-community_2017.2.3.orig.tar.gz
|
mv intellij-idea-community_2017.2.3.orig.tar.gz intellij-idea-community_2017.2.4.orig.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Edit the README.md and update the version numbers
|
4. Edit the README.md and update the version numbers
|
||||||
|
@ -34,7 +34,7 @@ To update the version follow the following steps (the old version is here 15.0.1
|
||||||
5. Go into the build files directory
|
5. Go into the build files directory
|
||||||
|
|
||||||
```
|
```
|
||||||
cd intellij-idea-community_2017.2.3/debian
|
cd intellij-idea-community_2017.2.4/debian
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Edit the changelog file and prepend a new changelog entry. You can just copy an old one and update the values in it
|
6. Edit the changelog file and prepend a new changelog entry. You can just copy an old one and update the values in it
|
||||||
|
@ -62,13 +62,13 @@ To update the version follow the following steps (the old version is here 15.0.1
|
||||||
11. Remove the old files
|
11. Remove the old files
|
||||||
|
|
||||||
```
|
```
|
||||||
rm intellij-idea-community_15.0.1-1*
|
rm intellij-idea-community_2017.2.3-1*
|
||||||
```
|
```
|
||||||
|
|
||||||
12. Install the package to test it
|
12. Install the package to test it
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo dpkg -i intellij-idea-community_2017.2.3_all.deb
|
sudo dpkg -i intellij-idea-community_2017.2.4_all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
13. If everything works, add yourself to the CONTRIBUTORS.txt
|
13. If everything works, add yourself to the CONTRIBUTORS.txt
|
||||||
|
@ -77,20 +77,20 @@ To update the version follow the following steps (the old version is here 15.0.1
|
||||||
|
|
||||||
```
|
```
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Version 2017.2.3"
|
git commit -m "Version 2017.2.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
15. Push to the branch
|
15. Push to the branch
|
||||||
|
|
||||||
```
|
```
|
||||||
git push origin version-2017.2.3
|
git push origin version-2017.2.4
|
||||||
```
|
```
|
||||||
|
|
||||||
16. Create new pull request
|
16. Create new pull request
|
||||||
|
|
||||||
## Automatically do steps 2 to 12
|
## Automatically do steps 2 to 12
|
||||||
|
|
||||||
Run `./update-new-version.sh 2017.1.5 2017.2.3`
|
Run `./update-new-version.sh 2017.2.3 2017.2.4`
|
||||||
|
|
||||||
## Setting up the build environment
|
## Setting up the build environment
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ intellij-idea-community (2017.2.4-1) artful; urgency=low
|
||||||
|
|
||||||
* Upstream Version 2017.2.4
|
* Upstream Version 2017.2.4
|
||||||
|
|
||||||
-- Bart de Koning (//gitlab.com/mmk2410) <bratdaking@gmail.com> Thu, 14 Sep 2017 13:35:28 +0200
|
-- Bart de Koning (bratdaking) <bratdaking@gmail.com> Thu, 14 Sep 2017 13:35:28 +0200
|
||||||
|
|
||||||
intellij-idea-community (2017.2.3-1) artful; urgency=low
|
intellij-idea-community (2017.2.3-1) artful; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue