Skip to content

Commit

Permalink
chg(*): enable reward cloud plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed May 14, 2024
1 parent a8ba467 commit 4afaab5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.5
v0.6.6
5 changes: 5 additions & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ func (c *Config) Init() *Config {
Description: "A template plugin for Reward",
URL: "https://api.github.com/repos/rewardenv/reward-plugin-template/releases",
},
"cloud": &Plugin{
Name: "cloud",
Description: "Reward Cloud cli plugin",
URL: "https://api.github.com/repos/rewardenv/reward-cloud-cli/releases",
},
},
)
c.SetDefault("github_token", "")
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=rewardenv_reward
sonar.organization=rewardenv
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=reward
sonar.projectVersion=0.6.5
sonar.projectVersion=0.6.6
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Encoding of the source code. Default is default system encoding
Expand Down

0 comments on commit 4afaab5

Please sign in to comment.